- 13 Oct, 2008 1 commit
-
-
Gael Guennebaud authored
* rename Cholesky to LLT * rename CholeskyWithoutSquareRoot to LDLT * rename MatrixBase::cholesky() to llt() * rename MatrixBase::choleskyNoSqrt() to ldlt() * make {LLT,LDLT}::solve() API consistent with other modules Note that we are going to keep a source compatibility untill the next beta release. E.g., the "old" Cholesky* classes, etc are still available for some time. To be clear, Eigen beta2 should be (hopefully) source compatible with beta1, and so beta2 will contain all the deprecated API of beta1. Those features marked as deprecated will be removed in beta3 (or in the final 2.0 if there is no beta 3 !). Also includes various updated in sparse Cholesky.
-
- 16 Aug, 2008 1 commit
-
-
Gael Guennebaud authored
-
- 22 Jul, 2008 1 commit
-
-
Gael Guennebaud authored
Documentation: * add an overview for each module. * add an example for .all() and Cwise::operator<
-
- 14 Jun, 2008 1 commit
-
-
Gael Guennebaud authored
To try it with the unit tests set the cmake variable TEST_LIB to ON.
-
- 12 May, 2008 1 commit
-
-
Benoit Jacob authored
-fix CMakeLists, public headers weren't getting installed
-
- 01 May, 2008 1 commit
-
-
Gael Guennebaud authored
extended cache optimal product to work in any row/column major situations, and a few bugfixes (forgot to add the Cholesky header, vectorization of CwiseBinary)
-