aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/lu.cpp
Commit message (Expand)AuthorAge
* Enable unit tests of PartialPivLU on fixed size matrices, and increase tested...Gravatar Gael Guennebaud2019-02-11
* PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).Gravatar Patrick Peltzer2019-01-17
* Fix StorageIndex FIXME in dense LU solversGravatar Gael Guennebaud2019-01-13
* Fix noise in lu unit testGravatar Gael Guennebaud2018-12-08
* bug #1617: Fix SolveTriangular.solveInPlace crashing for empty matrix.Gravatar Matthieu Vigne2018-10-31
* 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
* Addresses comments on Eigen pull request PR-174.Gravatar Rasmus Munk Larsen2016-04-04
* Add condition estimation to Cholesky (LLT) factorization.Gravatar Rasmus Munk Larsen2016-04-01
* Fix comments in ConditionEstimator and minor cleanup.Gravatar Rasmus Munk Larsen2016-04-01
* Add matrix condition estimator module that implements the Higham/Hager algori...Gravatar Rasmus Munk Larsen2016-04-01
* Add LU::transpose().solve() and LU::adjoint().solve() API.Gravatar Gael Guennebaud2015-12-01
* Add internal method _solve_impl_transposed() to LU decomposition classes that...Gravatar Rasmus Munk Larsen2015-11-30
* Regression test for bug #302Gravatar Christoph Hertzberg2015-04-26
* 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
* 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 #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* Fighting for a green dashboard! Next warning's gone.Gravatar Hauke Heibel2010-06-08
* - Added problem size constructor to decompositions that did not have one. It ...Gravatar Adolfo Rodriguez Tsouroukdissian2010-04-21
* factorize default performance related settings to a single fileGravatar Gael Guennebaud2010-03-03
* add reconstructedMatrix() to LLT, and LUsGravatar Gael Guennebaud2010-02-24
* Further LU test improvements. I'm not aware of any test failures anymore, not...Gravatar Benoit Jacob2010-02-23
* * FullPivLU: replace "remaining==0" termination condition (from Golub) by a f...Gravatar Benoit Jacob2010-02-23
* Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
* EIGEN_ENUM_MIN ---> EIGEN_SIZE_MINGravatar Benoit Jacob2010-01-27
* Port FullPivLU to PermutationMatrixGravatar Benoit Jacob2009-11-16
* last round of changes, mainly to return derived types instead of base types, ...Gravatar Benoit Jacob2009-11-09
* introduce ei_xxx_return_value and ei_xxx_impl for xxx in solve,kernel,implGravatar Benoit Jacob2009-11-03
* *port the Cholesky module to the new solve() APIGravatar Benoit Jacob2009-10-29
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* 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
* move also inverse() to ReturnByValue, by doing a solve on NestByValue<Identity>.Gravatar Benoit Jacob2009-09-26
* allow to do xpr = solve(b) etc... just by adding a dummy MatrixBase::resize()Gravatar Benoit Jacob2009-09-22
* * make LU::kernel() and LU::image() also use ReturnByValueGravatar Benoit Jacob2009-09-22
* convert LU::solve() to the new APIGravatar Benoit Jacob2009-09-22
* small improvementsGravatar Benoit Jacob2009-08-24
* * polish computeInverseWithCheck to share more code, fix documentation, fix c...Gravatar Benoit Jacob2009-06-29
* mergeGravatar Benoit Jacob2009-05-22
|\
| * remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* | LU and PartialLU decomposition interface unification.Gravatar Hauke Heibel2009-05-22
|/
* * introduced method createRandomMatrixOfRank (R = U*D*V where U,V unitary, D ...Gravatar Hauke Heibel2009-05-17
* fix a bunch of warnings (actual issues) reported by FrankGravatar Benoit Jacob2009-01-22