| Commit message (Expand) | Author | Age |
* | add examples for makeJacobi and makeGivens | Gael Guennebaud | 2009-09-03 |
* | Rewrite tutorial section on solving linear systems | Jitse Niesen | 2009-08-22 |
* | bugfix in compute_matrix_flags, optimization in LU, | Gael Guennebaud | 2009-08-16 |
* | update snippet | Benoit Jacob | 2009-08-14 |
* | fix compilation of the doc and started a page dedicated to high performance a... | Gael Guennebaud | 2009-07-27 |
* | * rename QR to HouseholderQR because really that impacts the API, not just th... | Benoit Jacob | 2009-07-06 |
* | * polish computeInverseWithCheck to share more code, fix documentation, fix c... | Benoit Jacob | 2009-06-29 |
* | add missing code snippets for newer Matrix methods and PartialLU::solve() | Benoit Jacob | 2009-06-25 |
* | * add resize(int, NoChange) and resize(NoChange, int) | Benoit Jacob | 2009-06-24 |
* | * rename PartialRedux to VectorwiseOp | Gael Guennebaud | 2009-06-10 |
* | constant Diagonal ---> DiagonalBits | Benoit Jacob | 2009-05-10 |
* | Add BVH module in unsupported (patch from Ilya Baran) | Gael Guennebaud | 2009-03-18 |
* | * add ei_predux_mul internal function | Gael Guennebaud | 2009-02-10 |
* | add select snippet | Gael Guennebaud | 2009-02-09 |
* | add "remap" snippet using placement new | Gael Guennebaud | 2009-02-09 |
* | apply Ricard patch for Reverse with minor modifications | Gael Guennebaud | 2009-02-06 |
* | add snippet for sub/super diagonal | Gael Guennebaud | 2009-02-05 |
* | * classify and sort the doxygen "related pages" | Gael Guennebaud | 2009-02-04 |
* | forgot to commit QR_solve snippet | Gael Guennebaud | 2009-02-01 |
* | QR: add isInjective(), isSurjective(), | Gael Guennebaud | 2009-01-28 |
* | fix type mismatch caught by new static assert | Benoit Jacob | 2009-01-27 |
* | Optimization in LU::solve: when rows<=cols, no need to compute the L matrix | Benoit Jacob | 2009-01-25 |
* | add partial count redux (adapted patch from Ricard Marxer) | Gael Guennebaud | 2009-01-24 |
* | add cwise operator *= and /=. | Benoit Jacob | 2009-01-11 |
* | * the Upper->UpperTriangular change | Benoit Jacob | 2008-12-20 |
* | * fix in IO.h, a useless copy was made because of assignment from | Benoit Jacob | 2008-12-18 |
* | * complete the change norm2->squaredNorm in PartialRedux | Benoit Jacob | 2008-12-07 |
* | Use an aligned IOFormat in the docs | Benoit Jacob | 2008-12-06 |
* | norm2() renamed to squaredNorm(), kept as deprecated for now. | Benoit Jacob | 2008-11-03 |
* | Big API change in Cholesky module: | Gael Guennebaud | 2008-10-13 |
* | * block() for vectors ---> segment() | Benoit Jacob | 2008-09-15 |
* | fix doc compilation | Gael Guennebaud | 2008-09-13 |
* | add the missing templated version of block for sub-vectors | Gael Guennebaud | 2008-09-09 |
* | * Add Hyperplane::transform(Matrix/Transform) | Gael Guennebaud | 2008-08-31 |
* | tweak root/Mainpage.dox to make it compatible with kde's doxygen.sh script | Gael Guennebaud | 2008-08-29 |
* | spelling + some krazy directives | Gael Guennebaud | 2008-08-28 |
* | * add documentation of the cool (?) "print with format" feature | Gael Guennebaud | 2008-08-23 |
* | need to commit this file before changing its name | Gael Guennebaud | 2008-08-23 |
* | * Added .all() and .any() members to PartialRedux | Gael Guennebaud | 2008-08-20 |
* | * doc improvements in Cwise and PartialRedux: | Benoit Jacob | 2008-08-19 |
* | last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps to | Benoit Jacob | 2008-08-12 |
* | Complete LU documentation | Benoit Jacob | 2008-08-11 |
* | renamed inverseProduct => solveTriangular | Gael Guennebaud | 2008-08-09 |
* | * Rewrite the triangular solver so that we can take advantage of our efficien... | Gael Guennebaud | 2008-07-26 |
* | Add .perpendicular() function in Geometry module (adapted from Eigen1) | Gael Guennebaud | 2008-07-22 |
* | * Merge Extract and Part to the Part expression. | Gael Guennebaud | 2008-07-21 |
* | Various documentation improvements, in particualr in Cholesky and Geometry mo... | Gael Guennebaud | 2008-07-20 |
* | Add cholesky's members to MatrixBase | Gael Guennebaud | 2008-07-19 |
* | * big rework of Inverse.h: | Benoit Jacob | 2008-07-15 |
* | - many updates after Cwise change | Benoit Jacob | 2008-07-08 |