aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/determinant.cpp
Commit message (Expand)AuthorAge
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Remove local Index typedef from unit-testsGravatar Gael Guennebaud2018-07-12
* Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused var...Gravatar Gael Guennebaud2013-06-25
* Workaround a bunch of stupid warnings in unit testsGravatar Gael Guennebaud2013-06-23
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix more variable-set-but-not-used warnings on gcc 4.6Gravatar Benoit Jacob2011-10-31
* add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* add support for determinant on empty matrixGravatar Gael Guennebaud2010-07-19
* email changeGravatar Gael Guennebaud2010-06-24
* More Index related stuff.Gravatar Hauke Heibel2010-06-21
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* fixes in determinant and homogeneousGravatar Gael Guennebaud2009-08-06
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* * the 4th template param of Matrix is now Options. One bit for storageGravatar Benoit Jacob2009-01-04
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* * add LU unit-test. Seems like we have very good numerical stability!Gravatar Benoit Jacob2008-08-09
* * LU decomposition, supporting all rectangular matrices, with fullGravatar Benoit Jacob2008-08-04
* - many updates after Cwise changeGravatar Benoit Jacob2008-07-08
* update of the testing framework:Gravatar Gael Guennebaud2008-05-22
* * Patch by Konstantinos Margaritis: AltiVec vectorization.Gravatar Benoit Jacob2008-05-03
* Fixed a couple of issues introduced in previous commits.Gravatar Gael Guennebaud2008-04-26
* added a tough test to check the determinant that currently failsGravatar Gael Guennebaud2008-04-25