| Commit message (Expand) | Author | Age |
* | Several improvements in sparse module: | Gael Guennebaud | 2008-11-05 |
* | unit-tests: link to external libs only for the tests which require them | Gael Guennebaud | 2008-10-26 |
* | Add an axis aligned box in the geometry module. | Gael Guennebaud | 2008-10-26 |
* | sparse module: | Gael Guennebaud | 2008-10-21 |
* | * sparse LU: add extraction of L,U,P, and Q, as well as determinant | Gael Guennebaud | 2008-10-20 |
* | add unit tests for sparse LU and fix a couple of warnings | Gael Guennebaud | 2008-10-20 |
* | * add cmake files to find (optional) supported libraries | Gael Guennebaud | 2008-10-20 |
* | extend sparse unit tests with transpose and matrix product | Gael Guennebaud | 2008-10-04 |
* | * Extend a bit ParametrizedLine and move it to a separate file, | Gael Guennebaud | 2008-09-03 |
* | Solve a big issue with data alignment and dynamic allocation: | Gael Guennebaud | 2008-09-03 |
* | * Add an HyperPlane class in the Geometry module | Gael Guennebaud | 2008-08-28 |
* | * split Meta.h to Meta.h (generic meta programming) and XprHelper.h (relates ... | Gael Guennebaud | 2008-08-24 |
* | * add documentation of the cool (?) "print with format" feature | Gael Guennebaud | 2008-08-23 |
* | * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ... | Gael Guennebaud | 2008-08-23 |
* | *patch by Daniel Gomez: | Gael Guennebaud | 2008-08-21 |
* | * Add the possibility to customize the output of matrices, e.g.: | Gael Guennebaud | 2008-08-21 |
* | Add a packetmath unit test, re-enable the comma-initializer unit test, | Gael Guennebaud | 2008-08-20 |
* | Fix bugs in Sum.h, add unit-test | Benoit Jacob | 2008-08-20 |
* | Added a SVD module: | Gael Guennebaud | 2008-08-19 |
* | Various compilation fixes for MSVC 9. All tests compile but some | Gael Guennebaud | 2008-08-19 |
* | * add Regression module, from eigen1, improved, with doc and unit-test. | Benoit Jacob | 2008-08-11 |
* | * 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 |