aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets
Commit message (Expand)AuthorAge
* 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
* Complete LU documentationGravatar Benoit Jacob2008-08-11
* renamed inverseProduct => solveTriangularGravatar Gael Guennebaud2008-08-09
* * Rewrite the triangular solver so that we can take advantage of our efficien...Gravatar Gael Guennebaud2008-07-26
* Add .perpendicular() function in Geometry module (adapted from Eigen1)Gravatar Gael Guennebaud2008-07-22
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* Various documentation improvements, in particualr in Cholesky and Geometry mo...Gravatar Gael Guennebaud2008-07-20
* Add cholesky's members to MatrixBaseGravatar Gael Guennebaud2008-07-19
* * big rework of Inverse.h:Gravatar Benoit Jacob2008-07-15
* - many updates after Cwise changeGravatar Benoit Jacob2008-07-08
* * vectorize dot product, copying code from sum.Gravatar Benoit Jacob2008-06-24
* fix building of examplesGravatar Gael Guennebaud2008-06-03
* many small fixes and documentation improvements,Gravatar Benoit Jacob2008-05-29
* - remove Eval/EvalOMP (moving them to a disabled/ subdir in orderGravatar Benoit Jacob2008-03-31
* Removed Column and Row in favor of BlockGravatar Gael Guennebaud2008-03-12
* Extended the comma initializer to support xpr on the right side:Gravatar Gael Guennebaud2008-03-08
* * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4;Gravatar Gael Guennebaud2008-03-08
* Patch by Gael Guennebaud: unify fixed-size and dynamic-size BlockGravatar Benoit Jacob2008-02-29
* alpha 3.1. in this commit:Gravatar Benoit Jacob2008-01-15
* documentation update for alpha 3Gravatar Benoit Jacob2008-01-13