eigen/test
Gael Guennebaud 0f15a8d829 QR: add isInjective(), isSurjective(),
mark isFullRank() deprecated,
    add solve() (mix of Keir's patch and LU::solve())
=> there is big problem with complex which are not working
2009-01-28 09:45:53 +00:00
..
adjoint.cpp update testsuite script 2009-01-12 11:55:52 +00:00
alignedbox.cpp fix a warning in test/alignedbox 2009-01-12 15:29:51 +00:00
array.cpp fix msvc warnings (useful ones again) reported by gael on CDash 2009-01-26 17:56:04 +00:00
basicstuff.cpp now these tests succeed with 10,000 repeats 2009-01-27 20:47:12 +00:00
cholesky.cpp * remove set(), revert to old behavior where = resizes 2009-01-21 17:10:23 +00:00
CMakeLists.txt check GSL version in cmake files 2009-01-27 16:04:16 +00:00
commainitializer.cpp fix a few remaining warnings 2009-01-23 12:26:32 +00:00
cwiseop.cpp fix msvc warnings (useful ones again) reported by gael on CDash 2009-01-26 17:56:04 +00:00
determinant.cpp
dynalloc.cpp
eigensolver.cpp
geometry.cpp now these tests succeed with 10,000 repeats 2009-01-27 20:47:12 +00:00
gsl_helper.h
hyperplane.cpp
inverse.cpp
linearstructure.cpp
lu.cpp fix a bunch of warnings (actual issues) reported by Frank 2009-01-22 00:09:34 +00:00
main.h fix my previous commit with EIGEN_EMPTY macro bug 2009-01-27 19:08:20 +00:00
map.cpp
meta.cpp fix a bunch of warnings (actual issues) reported by Frank 2009-01-22 00:09:34 +00:00
miscmatrices.cpp
mixingtypes.cpp Sparse module: bugfix in SparseMatrix::resize(), now the indices are 2009-01-15 13:30:50 +00:00
nomalloc.cpp fix a bunch of warnings (actual issues) reported by Frank 2009-01-22 00:09:34 +00:00
packetmath.cpp
parametrizedline.cpp
product_large.cpp
product_small.cpp
product.h
qr.cpp QR: add isInjective(), isSurjective(), 2009-01-28 09:45:53 +00:00
qtvector.cpp eventually it turns out that our current 2009-01-23 16:31:03 +00:00
regression.cpp
runtest.sh
sizeof.cpp
smallvectors.cpp
sparse_basic.cpp QR: add isInjective(), isSurjective(), 2009-01-28 09:45:53 +00:00
sparse_solvers.cpp
sparse_vector.cpp sparse module: makes -= and += operator working 2009-01-23 13:59:32 +00:00
sparse.h disable unordered_map for ICC 2009-01-26 12:47:58 +00:00
stdvector.cpp * remove set(), revert to old behavior where = resizes 2009-01-21 17:10:23 +00:00
submatrices.cpp fix a few remaining warnings 2009-01-23 12:26:32 +00:00
sum.cpp fix a bunch of warnings (actual issues) reported by Frank 2009-01-22 00:09:34 +00:00
svd.cpp add polar decomposition on both sides, in SVD, with test 2009-01-22 15:00:47 +00:00
testsuite.cmake * fix compilation with gcc 3.4 2009-01-23 09:50:16 +00:00
triangular.cpp
unalignedassert.cpp
vectorization_logic.cpp