aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* * 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
* | remove the m_originalMatrix member. Instead, image() now takes the original m...Gravatar Benoit Jacob2009-10-18
* | oops, didn't want to commit thatGravatar Benoit Jacob2009-10-18
* | big huge changes in LU!Gravatar Benoit Jacob2009-10-18
* | mergeGravatar Benoit Jacob2009-10-15
|\|
| * More warning fixes.Gravatar Hauke Heibel2009-10-14
| * compilation fix: make the generic template ctor explicitGravatar Gael Guennebaud2009-10-13
| * trivial compilation fixGravatar Gael Guennebaud2009-10-13
| * also test that the matrix Q is unitaryGravatar Benoit Jacob2009-10-12
| * Fixed nmake parameter.Gravatar Hauke Heibel2009-10-09
| * really fix stable norm compilation for older gccGravatar Gael Guennebaud2009-10-07