| Commit message (Expand) | Author | Age |
* | * add LU unit-test. Seems like we have very good numerical stability! | Benoit Jacob | 2008-08-09 |
* | *implement LU solver (solves any rectangular system) | Benoit Jacob | 2008-08-09 |
* | * LU decomposition, supporting all rectangular matrices, with full | Benoit Jacob | 2008-08-04 |
* | Optimizations: | Gael Guennebaud | 2008-08-01 |
* | * implement slice vectorization. Because it uses unaligned | Benoit Jacob | 2008-06-22 |
* | * added a pseudo expression Array giving access to: | Gael Guennebaud | 2008-06-20 |
* | Started a Transform class in the Geometry module to represent | Gael Guennebaud | 2008-06-15 |
* | Add QR and Cholesky module instantiations in the lib. | Gael Guennebaud | 2008-06-14 |
* | add a geometry unit test and fix a couple of typo in Quaternion.h | Gael Guennebaud | 2008-06-03 |
* | added unit tests for sizeof and dynamic memory allocation | Gael Guennebaud | 2008-06-02 |
* | added a unit test for Inverse | Gael Guennebaud | 2008-05-31 |
* | added an *optional* Eigen2 dynamic library. | Gael Guennebaud | 2008-05-31 |
* | now the unit-tests (hence all of Eigen) don't depend on Qt at all | Benoit Jacob | 2008-05-29 |
* | * find the proper way of nesting the expression in Flagged: | Benoit Jacob | 2008-05-28 |
* | * fix the QR module to use extract/part instead of the previous triangular stuff | Gael Guennebaud | 2008-05-27 |
* | update of the testing framework: | Gael Guennebaud | 2008-05-22 |
* | * Patch by Konstantinos Margaritis: AltiVec vectorization. | Benoit Jacob | 2008-05-03 |
* | * added ei_sqrt for complex | Gael Guennebaud | 2008-04-27 |
* | added Cholesky module | Gael Guennebaud | 2008-04-27 |
* | Fixed a couple of issues introduced in previous commits. | Gael Guennebaud | 2008-04-26 |
* | added a tough test to check the determinant that currently fails | Gael Guennebaud | 2008-04-25 |
* | * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4; | Gael Guennebaud | 2008-03-08 |
* | Patch by Gael Guennebaud: coeff-wise binary operators. | Benoit Jacob | 2008-02-29 |
* | - eigen2 now fully enforces constness! found a way to achieve that | Benoit Jacob | 2007-12-25 |
* | add constructors and accessors/mutators specific to small vectors. | Benoit Jacob | 2007-12-17 |
* | -add Ones, DiagonalMatrix, DiagonalCoeffs | Benoit Jacob | 2007-12-15 |
* | Expand and improve unit-tests | Benoit Jacob | 2007-12-11 |
* | add more unit-tests (covering transpose, conjugate, adjoint, dot product...) | Benoit Jacob | 2007-11-28 |
* | Fix damage done by automatic search-and-replace | Benoit Jacob | 2007-11-25 |
* | implement the first _real_ unit-tests, testing the results for correctness in... | Benoit Jacob | 2007-10-13 |
* | Democracy 1 - 0 Dictatorship | Benoit Jacob | 2007-10-11 |
* | reorganization of headers, part 2/2... | Benoit Jacob | 2007-10-07 |
* | Hello, World! | Benoit Jacob | 2007-09-05 |