aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/CMakeLists.txt
Commit message (Expand)AuthorAge
* * 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