aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/product_trsm.cpp
Commit message (Collapse)AuthorAge
* Replace toDense() by toDenseMatrix() in tests.Gravatar Jitse Niesen2009-11-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
* kill ei_add_test_multi. Now the macro ei_add_test does all that ↵Gravatar Benoit Jacob2009-10-19
| | | | automatically, by parsing the source file. No risk anymore to specify the wrong number of tests! Also, introduce CALL_SUBTESTX for X=1..10 that allows to port existing code much quicker. And port already the product* and eigensolver* files.
* Fixed a cast warning in scaleAndAddTo.Gravatar Hauke Heibel2009-08-31
| | | | | Fixed lazyness in umeyama. Added a few missing casts.
* fix a couple of warningsGravatar Gael Guennebaud2009-08-15
|
* add selfadjointView from a trinagularViewGravatar Gael Guennebaud2009-07-31
|
* trmm is now fully working and available via TriangularView::operator*Gravatar Gael Guennebaud2009-07-27
|
* finalize trsm: works in all situations, and it is now used by solve() and ↵Gravatar Gael Guennebaud2009-07-26
solveInPlace()