aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/diagonalmatrices.cpp
Commit message (Collapse)AuthorAge
* add scalar multiple to diagonal matricesGravatar Gael Guennebaud2012-09-27
| | | | | (transplanted from dc5b335f9fbc25b15a408d8b1458a0140c0a8248 )
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* More Index related stuff.Gravatar Hauke Heibel2010-06-21
|
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
|
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
| | | | | | | | | | * renaming, e.g. LU ---> FullPivLU * split tests framework: more robust, e.g. dont generate empty tests if a number is skipped * make all remaining tests use that splitting, as needed. * Fix 4x4 inversion (see stable branch) * Transform::inverse() and geo_transform test : adapt to new inverse() API, it was also trying to instantiate inverse() for 3x4 matrices. * CMakeLists: more robust regexp to parse the version number * misc fixes in unit tests
* fully vectorize DiagonalProductGravatar Benoit Jacob2009-06-29
| | | | (it used to be partially vectorized and that had been lost in the big changes from the previous commit)
* new implementation of diagonal matrices and diagonal matrix expressionsGravatar Benoit Jacob2009-06-28