Revision 611468
Go back to digest for 10th December 2006Features in Other
Benoît Jacob committed changes in /trunk/kdesupport/eigen:
- new recursive Gram-Schmidt algorithm. As an application:
construct orthogonal/orthonormal basis with given first vector.
See MatrixBase::loadOrthoBasis() and recursiveGramSchmidt().
- new: VectorBase::loadRandom() and loadRandomUnit().
- new test: euclideanstuff.cpp.
- C++ cleanup, fixes, simplifications.
File Changes
Added 1 files
- /trunk/kdesupport/eigen/tests/euclideanstuff.cpp
Modified 6 files
- /trunk/kdesupport/eigen
- /ludecompositionbase.h
- /matrixbase.h
- /util.h
- /vectorbase.h
- /tests/CMakeLists.txt
- /tests/main.h
7 files changed in total