aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets
Commit message (Expand)AuthorAge
* * 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
* big improvement of the block-manipulation APIGravatar Benoit Jacob2008-01-13
* renaming:Gravatar Benoit Jacob2008-01-13
* rework Identity API: no longer restricted to square matricesGravatar Benoit Jacob2008-01-11
* -add set...() methods and their documentation; remove GenericGravatar Benoit Jacob2008-01-11
* Ready for alpha2 release.Gravatar Benoit Jacob2008-01-07
* - move: DerivedTraits becomes MatrixBase::TraitsGravatar Benoit Jacob2008-01-06
* - make MatrixBase and all expressions aware of their preferred traversal order.Gravatar Benoit Jacob2008-01-05
* more documentation, 12 more code snippetsGravatar Benoit Jacob2008-01-03
* part 2 of the reorganization. Benefits/changes:Gravatar Benoit Jacob2007-12-28
* matrix storage order can now also be row-dominant (choosable for each matrix ...Gravatar Benoit Jacob2007-12-27
* - rework the coefficients APIGravatar Benoit Jacob2007-12-24
* everything works, make now runs doxygen once and only once, after allGravatar Benoit Jacob2007-12-21
* now we also have a examples/ directory for self-contained examples,Gravatar Benoit Jacob2007-12-21
* now cmake takes snippets of code, completes them into compilable sources, bui...Gravatar Benoit Jacob2007-12-21