eigen/test
Benoit Jacob 681e944670 *implement LU solver (solves any rectangular system)
*in test/CMakeLists : modify EI_ADD_TEST so that 2nd argument is
additional compiler flags. used to add -O2 to test_product_large so it
doesn't take forever.
2008-08-09 15:23:54 +00:00
..
adjoint.cpp * Merge Extract and Part to the Part expression. 2008-07-21 00:34:46 +00:00
array.cpp * Merge Extract and Part to the Part expression. 2008-07-21 00:34:46 +00:00
basicstuff.cpp * Merge Extract and Part to the Part expression. 2008-07-21 00:34:46 +00:00
cholesky.cpp * Merge Extract and Part to the Part expression. 2008-07-21 00:34:46 +00:00
CMakeLists.txt *implement LU solver (solves any rectangular system) 2008-08-09 15:23:54 +00:00
commainitializer.cpp * Merge Extract and Part to the Part expression. 2008-07-21 00:34:46 +00:00
cwiseop.cpp * Merge Extract and Part to the Part expression. 2008-07-21 00:34:46 +00:00
determinant.cpp * LU decomposition, supporting all rectangular matrices, with full 2008-08-04 04:45:59 +00:00
eigensolver.cpp Optimizations: 2008-08-01 23:44:59 +00:00
geometry.cpp * Rewrite the triangular solver so that we can take advantage of our efficient matrix-vector products: 2008-07-26 20:40:29 +00:00
inverse.cpp update the inverse test a little 2008-07-26 12:08:28 +00:00
linearstructure.cpp * Merge Extract and Part to the Part expression. 2008-07-21 00:34:46 +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 * Merge Extract and Part to the Part expression. 2008-07-21 00:34:46 +00:00
miscmatrices.cpp * Merge Extract and Part to the Part expression. 2008-07-21 00:34:46 +00:00
nomalloc.cpp * Merge Extract and Part to the Part expression. 2008-07-21 00:34:46 +00:00
product_large.cpp Optimizations: 2008-08-01 23:44:59 +00:00
product_small.cpp Optimizations: 2008-08-01 23:44:59 +00:00
product.h Optimizations: 2008-08-01 23:44:59 +00:00
qr.cpp * Merge Extract and Part to the Part expression. 2008-07-21 00:34:46 +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 * Merge Extract and Part to the Part expression. 2008-07-21 00:34:46 +00:00
triangular.cpp * Rewrite the triangular solver so that we can take advantage of our efficient matrix-vector products: 2008-07-26 20:40:29 +00:00