aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/jacobisvd.cpp
Commit message (Expand)AuthorAge
* PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).Gravatar Patrick Peltzer2019-01-17
* Add default constructor to Bar to make test compile again with clang-3.8Gravatar Christoph Hertzberg2018-11-23
* Move regression test to right unit test fileGravatar Gael Guennebaud2018-11-21
* 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
* bug #1395: fix the use of compile-time vectors as inputs of JacobiSVD.Gravatar Gael Guennebaud2017-02-20
* Reduce compiler memory consumption for SVD unit testsGravatar Gael Guennebaud2015-06-22
* Split up some test casesGravatar Christoph Hertzberg2014-10-29
* Unify unit test for BDC and Jacobi SVD. This reveals some numerical issues in...Gravatar Gael Guennebaud2014-09-19
* Improve further the accuracy of JacobiSVD wrt under/overflow while improving ...Gravatar Gael Guennebaud2014-09-10
* Add one more regression test for bug #791.Gravatar Gael Guennebaud2014-09-10
* Fix bug #791: infinite loop in JacobiSVD in the presence of NaN.Gravatar Gael Guennebaud2014-09-10
* bug #843: fix jacobisvd for complexes and extend respective unit test to chac...Gravatar Gael Guennebaud2014-07-17
* Add scaling in JacobiSVD to avoid overflowsGravatar Gael Guennebaud2013-11-19
* Check for minimal norm solutionsGravatar Gael Guennebaud2013-11-03
* JacobiSVD: move from Lapack to Matlab strategy for the default thresholdGravatar Gael Guennebaud2013-11-03
* 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
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* shutup floating point underflow warning for this specific unit testGravatar Gael Guennebaud2012-01-31
* pushed too fast the previous oneGravatar Gael Guennebaud2011-12-23
* the previous test works for Dynamic sizes onlyGravatar Gael Guennebaud2011-12-23
* add a reconstruction testGravatar Gael Guennebaud2011-12-23
* Fix bug #286: Infinite loop in JacobiSVD with denormalsGravatar Jitse Niesen2011-09-27
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
* * bug #206: correctly forward computationOptions and work towards avoiding ma...Gravatar Benoit Jacob2011-03-06
* fix bug #176 (workaround a too aggressive optimization made by ICC)Gravatar Gael Guennebaud2011-02-21
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* work around stupid msvc error when constructing at compile time an expressionGravatar Benoit Jacob2010-10-19
* add jacobiSvd() method, update test & docsGravatar Benoit Jacob2010-10-17
* JacobiSVD:Gravatar Benoit Jacob2010-10-14
* fix bug #44: use VERIFY_IS_APPROX instead of exact comparison to please x87 e...Gravatar Benoit Jacob2010-10-13
* add Jacobi unit test. jacobi_5 fails, exposing bug #39.Gravatar Benoit Jacob2010-10-12
* set ColPivHouseholderQR as default preconditioner for JacobiSVDGravatar Benoit Jacob2010-10-11
* implement JacobiSVD::solve() and expand the unit testGravatar Benoit Jacob2010-10-11
* add option to compute thin U/V.Gravatar Benoit Jacob2010-10-08
* Rework JacobiSVD api / template parameters.Gravatar Benoit Jacob2010-10-08
* email changeGravatar Gael Guennebaud2010-06-24
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* - Added problem size constructor to decompositions that did not have one. It ...Gravatar Adolfo Rodriguez Tsouroukdissian2010-04-21
* Fixed conservativeResize.Gravatar Hauke Heibel2010-01-11
* fix stuff after the PermutationMatrix changes.Gravatar Benoit Jacob2009-11-18
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* * add a HouseholderSequence class (not good enough yet for Triadiagonalizatio...Gravatar Gael Guennebaud2009-09-16
* big reorganization in JacobiSVD:Gravatar Benoit Jacob2009-09-03
* JacobiSVD: implement general R-SVD using full-pivoting QR, so we now support ...Gravatar Benoit Jacob2009-09-02
* * JacobiSVD:Gravatar Benoit Jacob2009-08-31