eigen/test
Gael Guennebaud 310f7aa096 moved purely "array" related stuff to a new module Array.
This include:
 - cwise Pow,Sin,Cos,Exp...
 - cwise Greater and other comparison operators
 - .any(), .all() and partial reduction
 - random
2008-05-31 18:11:48 +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 now the unit-tests (hence all of Eigen) don't depend on Qt at all 2008-05-29 03:37:16 +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 * fix the QR module to use extract/part instead of the previous triangular stuff 2008-05-27 09:16:27 +00:00
linearstructure.cpp many small fixes and documentation improvements, 2008-05-29 03:12:30 +00:00
main.h moved purely "array" related stuff to a new module Array. 2008-05-31 18:11:48 +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
product.cpp * find the proper way of nesting the expression in Flagged: 2008-05-28 04:38:16 +00:00
qr.cpp * fix the QR module to use extract/part instead of the previous triangular stuff 2008-05-27 09:16:27 +00:00
runtest.sh update of the testing framework: 2008-05-22 12:18:55 +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