| Commit message (Expand) | Author | Age |
* | Addresses comments on Eigen pull request PR-174. | Rasmus Munk Larsen | 2016-04-04 |
* | Add condition estimation to Cholesky (LLT) factorization. | Rasmus Munk Larsen | 2016-04-01 |
* | Fix comments in ConditionEstimator and minor cleanup. | Rasmus Munk Larsen | 2016-04-01 |
* | Add matrix condition estimator module that implements the Higham/Hager algori... | Rasmus Munk Larsen | 2016-04-01 |
* | Add LU::transpose().solve() and LU::adjoint().solve() API. | Gael Guennebaud | 2015-12-01 |
* | Add internal method _solve_impl_transposed() to LU decomposition classes that... | Rasmus Munk Larsen | 2015-11-30 |
* | Regression test for bug #302 | Christoph Hertzberg | 2015-04-26 |
* | Clean source code and unit tests with respect to -Wunused-local-typedefs | Gael Guennebaud | 2013-04-10 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | the min/max macros to detect unprotected min/max were undefined by some std h... | Gael Guennebaud | 2011-08-19 |
* | add the possibility to configure the maximal matrix size in the unit tests | Gael Guennebaud | 2011-07-12 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | Utilize Index in all unit tests. | Hauke Heibel | 2010-06-20 |
* | Fighting for a green dashboard! Next warning's gone. | Hauke Heibel | 2010-06-08 |
* | - Added problem size constructor to decompositions that did not have one. It ... | Adolfo Rodriguez Tsouroukdissian | 2010-04-21 |
* | factorize default performance related settings to a single file | Gael Guennebaud | 2010-03-03 |
* | add reconstructedMatrix() to LLT, and LUs | Gael Guennebaud | 2010-02-24 |
* | Further LU test improvements. I'm not aware of any test failures anymore, not... | Benoit Jacob | 2010-02-23 |
* | * FullPivLU: replace "remaining==0" termination condition (from Golub) by a f... | Benoit Jacob | 2010-02-23 |
* | Renamed PlainMatrixType to PlainObject (Array != Matrix). | Hauke Heibel | 2010-02-20 |
* | EIGEN_ENUM_MIN ---> EIGEN_SIZE_MIN | Benoit Jacob | 2010-01-27 |
* | Port FullPivLU to PermutationMatrix | Benoit Jacob | 2009-11-16 |
* | last round of changes, mainly to return derived types instead of base types, ... | Benoit Jacob | 2009-11-09 |
* | introduce ei_xxx_return_value and ei_xxx_impl for xxx in solve,kernel,impl | Benoit Jacob | 2009-11-03 |
* | *port the Cholesky module to the new solve() API | Benoit Jacob | 2009-10-29 |
* | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |
* | kill ei_add_test_multi. Now the macro ei_add_test does all that automatically... | Benoit Jacob | 2009-10-19 |
* | Add new default option EIGEN_SPLIT_LARGE_TESTS and cmake macro ei_add_test_mu... | Benoit Jacob | 2009-10-19 |
* | * LU unit test: finally test fixed sizes | Benoit Jacob | 2009-10-19 |
* | remove the m_originalMatrix member. Instead, image() now takes the original m... | Benoit Jacob | 2009-10-18 |
* | oops, didn't want to commit that | Benoit Jacob | 2009-10-18 |
* | big huge changes in LU! | Benoit Jacob | 2009-10-18 |
* | move also inverse() to ReturnByValue, by doing a solve on NestByValue<Identity>. | Benoit Jacob | 2009-09-26 |
* | allow to do xpr = solve(b) etc... just by adding a dummy MatrixBase::resize() | Benoit Jacob | 2009-09-22 |
* | * make LU::kernel() and LU::image() also use ReturnByValue | Benoit Jacob | 2009-09-22 |
* | convert LU::solve() to the new API | Benoit Jacob | 2009-09-22 |
* | small improvements | Benoit Jacob | 2009-08-24 |
* | * polish computeInverseWithCheck to share more code, fix documentation, fix c... | Benoit Jacob | 2009-06-29 |
* | merge | Benoit Jacob | 2009-05-22 |
|\ |
|
| * | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | | LU and PartialLU decomposition interface unification. | Hauke Heibel | 2009-05-22 |
|/ |
|
* | * introduced method createRandomMatrixOfRank (R = U*D*V where U,V unitary, D ... | Hauke Heibel | 2009-05-17 |
* | fix a bunch of warnings (actual issues) reported by Frank | Benoit Jacob | 2009-01-22 |
* | lu test:don't fail | Benoit Jacob | 2009-01-20 |
* | LU class: | Benoit Jacob | 2008-12-17 |
* | Update e-mail address | Benoit Jacob | 2008-11-24 |
* | if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with | Benoit Jacob | 2008-09-01 |
* | * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ... | Gael Guennebaud | 2008-08-23 |
* | * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver... | Gael Guennebaud | 2008-08-22 |
* | * add LU unit-test. Seems like we have very good numerical stability! | Benoit Jacob | 2008-08-09 |