aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* * 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
| * fix compilation in stable norm, move a platform check to the unit testsGravatar Gael Guennebaud2009-10-06
| * discard vectorization in matrix-vector product when data is not evenGravatar Gael Guennebaud2009-10-05
| * after all we're not aligning to 8byte boundaryGravatar Benoit Jacob2009-10-05
| * we were already aligning to 16 byte boundary fixed-size objects that are mult...Gravatar Benoit Jacob2009-10-05
| * remove unneeded stuffGravatar Benoit Jacob2009-10-05
| * next attempt ... introduce EIGEN_CMAKE_RUN_FROM_CTEST, in that case don't EXC...Gravatar Benoit Jacob2009-10-05
| * finally, the right fix: set CTEST_BUILD_TARGET.Gravatar Benoit Jacob2009-10-04
| * add debug targets like debug_qr to build a specific test with debug infoGravatar Benoit Jacob2009-10-03
| * Added cmake project definitions.Gravatar Hauke Heibel2009-10-02
| * better fix for (v * v') * v, we still have to find a way to reorder itGravatar Gael Guennebaud2009-10-01
| * *add test to prevent future regressionGravatar Benoit Jacob2009-09-29
| * Fix compilation of HouseholderQR and ColPivotingHouseholderQR for non-square ...Gravatar Benoit Jacob2009-09-28
| * * update test to expose bug #57Gravatar Benoit Jacob2009-09-28