eigen/test
Benoit Jacob c2f8ecf466 * LU decomposition, supporting all rectangular matrices, with full
pivoting for better numerical stability. For now the only application is
determinant.
* New determinant unit-test.
* Disable most of Swap.h for now as it makes LU fail (mysterious).
Anyway Swap needs a big overhaul as proposed on IRC.
* Remnants of old class Inverse removed.
* Some warnings fixed.
2008-08-04 04:45: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 * LU decomposition, supporting all rectangular matrices, with full 2008-08-04 04:45: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 * 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