aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/CMakeLists.txt
Commit message (Expand)AuthorAge
* * Extend a bit ParametrizedLine and move it to a separate file,Gravatar Gael Guennebaud2008-09-03
* Solve a big issue with data alignment and dynamic allocation:Gravatar Gael Guennebaud2008-09-03
* * Add an HyperPlane class in the Geometry moduleGravatar Gael Guennebaud2008-08-28
* * split Meta.h to Meta.h (generic meta programming) and XprHelper.h (relates ...Gravatar Gael Guennebaud2008-08-24
* * add documentation of the cool (?) "print with format" featureGravatar Gael Guennebaud2008-08-23
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...Gravatar Gael Guennebaud2008-08-23
* *patch by Daniel Gomez:Gravatar Gael Guennebaud2008-08-21
* * Add the possibility to customize the output of matrices, e.g.:Gravatar Gael Guennebaud2008-08-21
* Add a packetmath unit test, re-enable the comma-initializer unit test,Gravatar Gael Guennebaud2008-08-20
* Fix bugs in Sum.h, add unit-testGravatar Benoit Jacob2008-08-20
* Added a SVD module:Gravatar Gael Guennebaud2008-08-19
* Various compilation fixes for MSVC 9. All tests compile but someGravatar Gael Guennebaud2008-08-19
* * add Regression module, from eigen1, improved, with doc and unit-test.Gravatar Benoit Jacob2008-08-11
* * add LU unit-test. Seems like we have very good numerical stability!Gravatar Benoit Jacob2008-08-09
* *implement LU solver (solves any rectangular system)Gravatar Benoit Jacob2008-08-09
* * LU decomposition, supporting all rectangular matrices, with fullGravatar Benoit Jacob2008-08-04
* Optimizations:Gravatar Gael Guennebaud2008-08-01
* * implement slice vectorization. Because it uses unalignedGravatar Benoit Jacob2008-06-22
* * added a pseudo expression Array giving access to:Gravatar Gael Guennebaud2008-06-20
* Started a Transform class in the Geometry module to representGravatar Gael Guennebaud2008-06-15
* Add QR and Cholesky module instantiations in the lib.Gravatar Gael Guennebaud2008-06-14
* add a geometry unit test and fix a couple of typo in Quaternion.hGravatar Gael Guennebaud2008-06-03
* added unit tests for sizeof and dynamic memory allocationGravatar Gael Guennebaud2008-06-02
* added a unit test for InverseGravatar Gael Guennebaud2008-05-31
* added an *optional* Eigen2 dynamic library.Gravatar Gael Guennebaud2008-05-31
* now the unit-tests (hence all of Eigen) don't depend on Qt at allGravatar Benoit Jacob2008-05-29
* * find the proper way of nesting the expression in Flagged:Gravatar Benoit Jacob2008-05-28
* * fix the QR module to use extract/part instead of the previous triangular stuffGravatar Gael Guennebaud2008-05-27
* update of the testing framework:Gravatar Gael Guennebaud2008-05-22
* * Patch by Konstantinos Margaritis: AltiVec vectorization.Gravatar Benoit Jacob2008-05-03
* * added ei_sqrt for complexGravatar Gael Guennebaud2008-04-27
* added Cholesky moduleGravatar Gael Guennebaud2008-04-27
* Fixed a couple of issues introduced in previous commits.Gravatar Gael Guennebaud2008-04-26
* added a tough test to check the determinant that currently failsGravatar Gael Guennebaud2008-04-25
* * 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: coeff-wise binary operators.Gravatar Benoit Jacob2008-02-29
* - eigen2 now fully enforces constness! found a way to achieve thatGravatar Benoit Jacob2007-12-25
* add constructors and accessors/mutators specific to small vectors.Gravatar Benoit Jacob2007-12-17
* -add Ones, DiagonalMatrix, DiagonalCoeffsGravatar Benoit Jacob2007-12-15
* Expand and improve unit-testsGravatar Benoit Jacob2007-12-11
* add more unit-tests (covering transpose, conjugate, adjoint, dot product...)Gravatar Benoit Jacob2007-11-28
* Fix damage done by automatic search-and-replaceGravatar Benoit Jacob2007-11-25
* implement the first _real_ unit-tests, testing the results for correctness in...Gravatar Benoit Jacob2007-10-13
* Democracy 1 - 0 DictatorshipGravatar Benoit Jacob2007-10-11
* reorganization of headers, part 2/2...Gravatar Benoit Jacob2007-10-07
* Hello, World!Gravatar Benoit Jacob2007-09-05