eigen/doc
Gael Guennebaud 765219aa51 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.
2008-10-13 15:53:27 +00:00
..
examples * block() for vectors ---> segment() 2008-09-15 15:45:41 +00:00
snippets Big API change in Cholesky module: 2008-10-13 15:53:27 +00:00
buildexamplelist.sh Add cholesky's members to MatrixBase 2008-07-19 22:59:05 +00:00
cleanhierarchy.sh * Add Hyperplane::transform(Matrix/Transform) 2008-08-31 13:32:29 +00:00
CMakeLists.txt fix cmakelists: wrong assumption on CMAKE_SOURCE_DIR. One can now use 2008-08-31 15:08:41 +00:00
CustomizingEigen.dox * block() for vectors ---> segment() 2008-09-15 15:45:41 +00:00
Doxyfile.in same thing with EIGEN_BINARY_DIR. Now the doc generation works from kdesupport. 2008-08-31 15:20:25 +00:00
echelon.cpp - many updates after Cwise change 2008-07-08 07:56:01 +00:00
Eigen_Silly_Professor_64x64.png Various doc improvements... including a owl in the API doc header. 2008-08-25 10:49:53 +00:00
eigendoxy_footer.html.in Various doc improvements... including a owl in the API doc header. 2008-08-25 10:49:53 +00:00
eigendoxy_header.html.in minor doc fixes 2008-08-29 17:45:11 +00:00
eigendoxy_tabs.css * move memory related stuff to util/Memory.h 2008-08-26 19:12:23 +00:00
eigendoxy.css QTransform conversion and doc 2008-09-01 06:33:19 +00:00
example.cpp part 2 of the reorganization. Benefits/changes: 2007-12-28 16:20:00 +00:00
Overview.dox * block() for vectors ---> segment() 2008-09-15 15:45:41 +00:00
QuickStartGuide.dox block => segment in the tutorial 2008-09-15 16:26:55 +00:00
tutorial.cpp spelling + some krazy directives 2008-08-28 21:44:56 +00:00
TutorialGeometry.dox QTransform conversion and doc 2008-09-01 06:33:19 +00:00