eigen/test
Gael Guennebaud 4af7089ab8 * Added a generalized eigen solver for the selfadjoint case.
(as new members to SelfAdjointEigenSolver)
  The QR module now depends on Cholesky.
* Fix Transpose to correctly preserve the *TriangularBit.
2008-06-14 19:42:12 +00:00
..
adjoint.cpp * find the proper way of nesting the expression in Flagged: 2008-05-28 04:38:16 +00:00
basicstuff.cpp update of the testing framework: 2008-05-22 12:18:55 +00:00
cholesky.cpp update of the testing framework: 2008-05-22 12:18:55 +00:00
CMakeLists.txt Add QR and Cholesky module instantiations in the lib. 2008-06-14 13:02:41 +00:00
commainitializer.cpp update of the testing framework: 2008-05-22 12:18:55 +00:00
cwiseop.cpp moved purely "array" related stuff to a new module Array. 2008-05-31 18:11:48 +00:00
determinant.cpp update of the testing framework: 2008-05-22 12:18:55 +00:00
eigensolver.cpp * Added a generalized eigen solver for the selfadjoint case. 2008-06-14 19:42:12 +00:00
geometry.cpp * add CommaInitializer::finished to allow the use of (Matrix3() << v0, v1, v2).finished() 2008-06-03 15:50:09 +00:00
inverse.cpp added a unit test for Inverse 2008-05-31 23:44:11 +00:00
linearstructure.cpp many small fixes and documentation improvements, 2008-05-29 03:12:30 +00:00
main.h add a geometry unit test and fix a couple of typo in Quaternion.h 2008-06-03 07:32:12 +00:00
map.cpp update of the testing framework: 2008-05-22 12:18:55 +00:00
miscmatrices.cpp update of the testing framework: 2008-05-22 12:18:55 +00:00
nomalloc.cpp Added a Hessenberg decomposition class for both real and complex matrices. 2008-06-08 15:03:23 +00:00
product.cpp * find the proper way of nesting the expression in Flagged: 2008-05-28 04:38:16 +00:00
qr.cpp Added a Hessenberg decomposition class for both real and complex matrices. 2008-06-08 15:03:23 +00:00
runtest.sh update of the testing framework: 2008-05-22 12:18:55 +00:00
sizeof.cpp fix some compile errors with gcc 4.3, some warnings, some documentation 2008-06-06 13:10:00 +00:00
smallvectors.cpp update of the testing framework: 2008-05-22 12:18:55 +00:00
submatrices.cpp update of the testing framework: 2008-05-22 12:18:55 +00:00
triangular.cpp - introduce Part and Extract classes, splitting and extending the former 2008-05-27 05:47:30 +00:00