eigen/test
Gael Guennebaud 55aeb1f83a Optimizations:
* faster matrix-matrix and matrix-vector products (especially for not aligned cases)
 * faster tridiagonalization (make it using our matrix-vector impl.)
Others:
 * fix Flags of Map
 * split the test_product to two smaller ones
2008-08-01 23:44:59 +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 Optimizations: 2008-08-01 23:44:59 +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 - many updates after Cwise change 2008-07-08 07:56:01 +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