aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* 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
* 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
* fix remaining bug in ColPivHouseholderQR, so now all tests pass againGravatar Benoit Jacob2009-11-18
* fix stuff after the PermutationMatrix changes.Gravatar Benoit Jacob2009-11-18
* Assign.h: add LinearTraversal (non-vectorized index-based traversal)Gravatar Benoit Jacob2009-11-18
* port the QR module to PermutationMatrixGravatar Benoit Jacob2009-11-17
* PermutationMatrix: add setIdentity and transpositions methodsGravatar Benoit Jacob2009-11-16
* Port FullPivLU to PermutationMatrixGravatar Benoit Jacob2009-11-16
* DiagonalMatrix: release-quality documentationGravatar Benoit Jacob2009-11-16
* PermutationMatrix:Gravatar Benoit Jacob2009-11-16
* PermutationMatrix: add inverse() and product of permutationsGravatar Benoit Jacob2009-11-16
* handle make errors ---> exit, don't run ctestGravatar Benoit Jacob2009-11-16
* don't be shy and test them allGravatar Thomas Capricelli2009-11-16
* * add PermutationMatrixGravatar Benoit Jacob2009-11-15
* * add Map<Quaternion> test based on Map from test/map.cppGravatar Mathieu Gautier2009-11-13
* xargs ---> xargs echoGravatar Benoit Jacob2009-11-12
* introduce check target, and some renamingGravatar Benoit Jacob2009-11-12
* * add non-default option to initialize matrices by 0Gravatar Benoit Jacob2009-11-12
* * add ./debug and ./release scriptsGravatar Benoit Jacob2009-11-12
* add mctestr script. In your build directory, just do:Gravatar Benoit Jacob2009-11-12
* * add maketests script. It is like make but takes a regexp allowing to build ...Gravatar Benoit Jacob2009-11-11
* * use standard CMAKE_BUILD_TYPEGravatar Benoit Jacob2009-11-11
* *adapt Householder to the convention that we now favor refs over ptrs for out...Gravatar Benoit Jacob2009-11-10
* * mergeGravatar Benoit Jacob2009-11-09
|\
* | last round of changes, mainly to return derived types instead of base types, ...Gravatar Benoit Jacob2009-11-09
* | port the qr module to ei_solve_xxx.Gravatar Benoit Jacob2009-11-08
| * Add regression test for issue #66 (ComplexSchur of zero matrix).Gravatar Jitse Niesen2009-11-05
* | move cholesky to ei_xxx_return_valueGravatar Benoit Jacob2009-11-03
* | introduce ei_xxx_return_value and ei_xxx_impl for xxx in solve,kernel,implGravatar Benoit Jacob2009-11-03
* | SVD::solve() : port to new API and improvementsGravatar Benoit Jacob2009-10-30
* | *port the Cholesky module to the new solve() APIGravatar Benoit Jacob2009-10-29
* | sync with mainlineGravatar Benoit Jacob2009-10-28
|\|
* | big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* | * make inverse() do a ReturnByValueGravatar Benoit Jacob2009-10-26
* | big rewrite in Inverse.hGravatar Benoit Jacob2009-10-26
| * * extend Map to allow the user to specify whether the mapped dataGravatar Gael Guennebaud2009-10-23
| * support gcc 3.3Gravatar Benoit Jacob2009-10-22
* | * make PartialLU avoid to generate inf/nan when given a singular matrixGravatar Benoit Jacob2009-10-20
* | kill ei_add_test_multi. Now the macro ei_add_test does all that automatically...Gravatar Benoit Jacob2009-10-19
* | Add new default option EIGEN_SPLIT_LARGE_TESTS and cmake macro ei_add_test_mu...Gravatar Benoit Jacob2009-10-19
* | * LU unit test: finally test fixed sizesGravatar Benoit Jacob2009-10-19