Revision 870964

Go back to digest for 19th October 2008

Other in Other

Gael Guennebaud committed changes in /trunk/kdesupport/eigen2:

Big API change in Cholesky module:
* 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.

File Changes

Added 3 files
  • /trunk/kdesupport/eigen2
  •   /doc/snippets/LLT_solve.cpp
  •   /Eigen/src/Cholesky/LDLT.h
  •   /Eigen/src/Cholesky/LLT.h
Deleted 1 files
  • /trunk/kdesupport/eigen2/doc/snippets/Cholesky_solve.cpp
Modified 20 files
  • /trunk/kdesupport/eigen2
  •   /bench/benchCholesky.cpp
  •   /bench/BenchSparseUtil.h
  •   /bench/sparse_product.cpp
  •   /Eigen/Cholesky
  •   /test/cholesky.cpp
  •   /test/sparse.cpp
  •   /Eigen/src/Cholesky/Cholesky.h
  •   /Eigen/src/Cholesky/CholeskyWithoutSquareRoot.h
  •   /Eigen/src/Core/MatrixBase.h
  •   /Eigen/src/LU/LU.h
  •   /Eigen/src/QR/QrInstantiations.cpp
  •   /Eigen/src/QR/SelfAdjointEigenSolver.h
  •   /Eigen/src/Sparse/AmbiVector.h
  •   /Eigen/src/Sparse/CholmodSupport.h
  •   /Eigen/src/Sparse/SparseCholesky.h
  •   /Eigen/src/Sparse/TaucsSupport.h
  •   /Eigen/src/Sparse/TriangularSolver.h
  •   /Eigen/src/SVD/SVD.h
  •   /Eigen/src/Core/util/ForwardDeclarations.h
  •   /Eigen/src/Core/util/Macros.h
24 files changed in total