aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets
Commit message (Expand)AuthorAge
* last round of changes, mainly to return derived types instead of base types, ...Gravatar Benoit Jacob2009-11-09
* simplifications in the ei_solve_impl system, factor out some boilerplate codeGravatar Benoit Jacob2009-11-08
* *port the Cholesky module to the new solve() APIGravatar Benoit Jacob2009-10-29
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* sync the documentation examplesGravatar Benoit Jacob2009-10-26
* * make PartialLU avoid to generate inf/nan when given a singular matrixGravatar Benoit Jacob2009-10-20
* update doc snippetsGravatar Benoit Jacob2009-10-19
* fix docsGravatar Benoit Jacob2009-09-22
* convert LU::solve() to the new APIGravatar Benoit Jacob2009-09-22
* add examples for makeJacobi and makeGivensGravatar Gael Guennebaud2009-09-03
* Rewrite tutorial section on solving linear systemsGravatar Jitse Niesen2009-08-22
* bugfix in compute_matrix_flags, optimization in LU,Gravatar Gael Guennebaud2009-08-16
* update snippetGravatar Benoit Jacob2009-08-14
* fix compilation of the doc and started a page dedicated to high performance a...Gravatar Gael Guennebaud2009-07-27
* * rename QR to HouseholderQR because really that impacts the API, not just th...Gravatar Benoit Jacob2009-07-06
* * polish computeInverseWithCheck to share more code, fix documentation, fix c...Gravatar Benoit Jacob2009-06-29
* add missing code snippets for newer Matrix methods and PartialLU::solve()Gravatar Benoit Jacob2009-06-25
* * add resize(int, NoChange) and resize(NoChange, int)Gravatar Benoit Jacob2009-06-24
* * rename PartialRedux to VectorwiseOpGravatar Gael Guennebaud2009-06-10
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* Add BVH module in unsupported (patch from Ilya Baran)Gravatar Gael Guennebaud2009-03-18
* * add ei_predux_mul internal functionGravatar Gael Guennebaud2009-02-10
* add select snippetGravatar Gael Guennebaud2009-02-09
* add "remap" snippet using placement newGravatar Gael Guennebaud2009-02-09
* apply Ricard patch for Reverse with minor modificationsGravatar Gael Guennebaud2009-02-06
* add snippet for sub/super diagonalGravatar Gael Guennebaud2009-02-05
* * classify and sort the doxygen "related pages"Gravatar Gael Guennebaud2009-02-04
* forgot to commit QR_solve snippetGravatar Gael Guennebaud2009-02-01
* QR: add isInjective(), isSurjective(),Gravatar Gael Guennebaud2009-01-28
* fix type mismatch caught by new static assertGravatar Benoit Jacob2009-01-27
* Optimization in LU::solve: when rows<=cols, no need to compute the L matrixGravatar Benoit Jacob2009-01-25
* add partial count redux (adapted patch from Ricard Marxer)Gravatar Gael Guennebaud2009-01-24
* add cwise operator *= and /=.Gravatar Benoit Jacob2009-01-11
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* * complete the change norm2->squaredNorm in PartialReduxGravatar Benoit Jacob2008-12-07
* Use an aligned IOFormat in the docsGravatar Benoit Jacob2008-12-06
* norm2() renamed to squaredNorm(), kept as deprecated for now.Gravatar Benoit Jacob2008-11-03
* Big API change in Cholesky module:Gravatar Gael Guennebaud2008-10-13
* * block() for vectors ---> segment()Gravatar Benoit Jacob2008-09-15
* fix doc compilationGravatar Gael Guennebaud2008-09-13
* add the missing templated version of block for sub-vectorsGravatar Gael Guennebaud2008-09-09
* * Add Hyperplane::transform(Matrix/Transform)Gravatar Gael Guennebaud2008-08-31
* tweak root/Mainpage.dox to make it compatible with kde's doxygen.sh scriptGravatar Gael Guennebaud2008-08-29
* spelling + some krazy directivesGravatar Gael Guennebaud2008-08-28
* * add documentation of the cool (?) "print with format" featureGravatar Gael Guennebaud2008-08-23
* need to commit this file before changing its nameGravatar Gael Guennebaud2008-08-23
* * Added .all() and .any() members to PartialReduxGravatar Gael Guennebaud2008-08-20
* * doc improvements in Cwise and PartialRedux:Gravatar Benoit Jacob2008-08-19
* last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps toGravatar Benoit Jacob2008-08-12