aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * Big renaming:Gravatar Benoit Jacob2010-01-04
* | s/asMatrix()/matrix()Gravatar Gael Guennebaud2010-01-04
* | fix dirty triangular unit testGravatar Gael Guennebaud2010-01-04
| * Fix #69 for the second time, and add the respective regression testGravatar Gael Guennebaud2010-01-04
| * * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple ofGravatar Benoit Jacob2010-01-02
| * fix #75, and add a basic unit test for HessenbergGravatar Gael Guennebaud2009-12-23
| * fix #69 and extend unit tests or triangular solversGravatar Gael Guennebaud2009-12-23
| * add checks for on the right triangular solving with matricesGravatar Gael Guennebaud2009-12-23
* | a couple of fixes after thye mergeGravatar Gael Guennebaud2009-12-23
* | merge with default branchGravatar Gael Guennebaud2009-12-22
|\|
* | a couple of fixes, now Array passes the linearstructure testGravatar Gael Guennebaud2009-12-17
* | finally add a Array class with storage via the introduction of a DenseStorage...Gravatar Gael Guennebaud2009-12-17
* | more fixesGravatar Gael Guennebaud2009-12-17
* | a couple of fixes and cleaningGravatar Gael Guennebaud2009-12-17
| * Add test for issue #75 (Hessenberg of 1x1 matrix).Gravatar Jitse Niesen2009-12-16
* | a trivial compilation fixGravatar Gael Guennebaud2009-12-16
* | a lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
* | add an eigen2support test and a few fixesGravatar Gael Guennebaud2009-12-16
| * * fix aliasing checks when the lhs is also transposed. At the same time,Gravatar Gael Guennebaud2009-12-16
* | fix spasre triangular solve for row major lower matricesGravatar Gael Guennebaud2009-12-14
| * silence 'statement has no effect' warning with gcc 4.4Gravatar Benoit Jacob2009-12-14
| * *use scalar instructions, packet not needed hereGravatar Benoit Jacob2009-12-14
| * add SSE path for Matrix4f inverse, taken from Intel except that we do a kosherGravatar Benoit Jacob2009-12-14
| * Removed more warnings.Gravatar Hauke Heibel2009-12-12
| * Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
* | some compilation fixesGravatar Gael Guennebaud2009-12-10
* | adapt select, replicate and reverseGravatar Gael Guennebaud2009-12-10
| * * 4x4 inverse: revert to cofactors methodGravatar Benoit Jacob2009-12-09
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
| * * Remove test_ prefix in testsGravatar Benoit Jacob2009-12-02
| * * HouseholderSequence:Gravatar Benoit Jacob2009-12-02
| * mergeGravatar Hauke Heibel2009-12-02
| |\
| * \ merge with tipGravatar Mark Borgerding2009-12-01
| |\ \
| * | | added newline at the end of file to quiet gcc warningGravatar Mark Borgerding2009-12-01
| | * | Big reworking of ColPivQR and its unit test, which now passes even with thous...Gravatar Benoit Jacob2009-12-01
| |/ /
| | * Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01
| |/
| * precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
| * improve the scripts for building unit tests:Gravatar Benoit Jacob2009-11-25
| * export stableNorm(), blueNorm() and hypotNorm() to colwise() and rowwise()Gravatar Thomas Capricelli2009-11-26
| * forward port slight changes in the 4x4 inverse testGravatar Benoit Jacob2009-11-25
| * improve precision testGravatar Benoit Jacob2009-11-23
| * 4x4 inverse:Gravatar Benoit Jacob2009-11-23
* | Hey, finally the copyCoeff stuff is not only used to implement swap anymore :)Gravatar Gael Guennebaud2009-11-20
| * Replace toDense() by toDenseMatrix() in tests.Gravatar Jitse Niesen2009-11-20
| * * don't laugh, but these bugs took me forever to fix.Gravatar Benoit Jacob2009-11-19
| * minor improvements in triangular stuffGravatar Benoit Jacob2009-11-19
| * * fix compilation of unit-tests (sorry, had tested only 1 channel)Gravatar Benoit Jacob2009-11-19
| * TriangularMatrix: extend to rectangular matricesGravatar Benoit Jacob2009-11-19
| * * eigen2->eigen3Gravatar Benoit Jacob2009-11-19