eigen/test
Gael Guennebaud 54238961d6 * added a pseudo expression Array giving access to:
- matrix-scalar addition/subtraction operators, e.g.:
       m.array() += 0.5;
   - matrix/matrix comparison operators, e.g.:
      if (m1.array() < m2.array()) {}
* fix compilation issues with Transform and gcc < 4.1
2008-06-20 12:38:03 +00:00
..
adjoint.cpp
basicstuff.cpp
cholesky.cpp
CMakeLists.txt * added a pseudo expression Array giving access to: 2008-06-20 12:38:03 +00:00
commainitializer.cpp
cwiseop.cpp
determinant.cpp
eigensolver.cpp * Added a generalized eigen solver for the selfadjoint case. 2008-06-14 19:42:12 +00:00
geometry.cpp Added an extensible mechanism to support any kind of rotation 2008-06-15 17:22:41 +00:00
inverse.cpp added a unit test for Inverse 2008-05-31 23:44:11 +00:00
linearstructure.cpp * added a pseudo expression Array giving access to: 2008-06-20 12:38:03 +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
miscmatrices.cpp
nomalloc.cpp Added a Hessenberg decomposition class for both real and complex matrices. 2008-06-08 15:03:23 +00:00
product.cpp * refactoring of Product: 2008-06-19 17:33:57 +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
sizeof.cpp fix some compile errors with gcc 4.3, some warnings, some documentation 2008-06-06 13:10:00 +00:00
smallvectors.cpp
submatrices.cpp
triangular.cpp