eigen/test
2009-05-12 13:43:40 +00:00
..
adjoint.cpp add adjointInPlace() and add documentation warnings on adjoint() and transpose() about aliasing effects. 2009-03-31 13:55:40 +00:00
array_replicate.cpp big addons: 2009-03-05 10:25:22 +00:00
array_reverse.cpp big addons: 2009-03-05 10:25:22 +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 gni, forgot to call the new subtest 2009-04-29 17:01:10 +00:00
cholesky.cpp various minor updates of some unit tests 2009-05-11 11:09:41 +00:00
CMakeLists.txt split and extend eigen-solver tests 2009-03-23 14:38:59 +00:00
commainitializer.cpp fix a few remaining warnings 2009-01-23 12:26:32 +00:00
cwiseop.cpp *add missing overloads of setZero, etc... that were mentioned in the tutorial 2009-05-06 21:40:24 +00:00
determinant.cpp * the 4th template param of Matrix is now Options. One bit for storage 2009-01-04 15:26:32 +00:00
dynalloc.cpp let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN. 2009-05-03 13:50:56 +00:00
eigensolver_generic.cpp split and extend eigen-solver tests 2009-03-23 14:38:59 +00:00
eigensolver_selfadjoint.cpp split and extend eigen-solver tests 2009-03-23 14:38:59 +00:00
geo_alignedbox.cpp various minor updates of some unit tests 2009-05-11 11:09:41 +00:00
geo_eulerangles.cpp * fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum) 2009-02-17 09:53:05 +00:00
geo_homogeneous.cpp add efficient matrix product specializations for Homogeneous 2009-03-05 16:40:56 +00:00
geo_hyperplane.cpp various minor updates of some unit tests 2009-05-11 11:09:41 +00:00
geo_orthomethods.cpp add optimized cross3 function (code from Rohit Garg) 2009-03-11 14:20:36 +00:00
geo_parametrizedline.cpp * fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum) 2009-02-17 09:53:05 +00:00
geo_quaternion.cpp * fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum) 2009-02-17 09:53:05 +00:00
geo_transformations.cpp big rework of the Transform class: 2009-03-08 11:35:30 +00:00
gsl_helper.h
inverse.cpp add a 4x4 inverse case which is not handled by the current 2009-04-09 21:55:29 +00:00
linearstructure.cpp
lu.cpp fix a bunch of warnings (actual issues) reported by Frank 2009-01-22 00:09:34 +00:00
main.h Add full pivoting to LDLT decomposition. 2009-02-03 17:50:35 +00:00
map.cpp the big memory changes. the most important changes are: 2009-01-08 15:20:21 +00:00
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 add vectorization of sqrt for float 2009-03-27 14:41:46 +00:00
product_large.cpp
product_selfadjoint.cpp * split CacheFriendlyProduct into multiple smaller files 2009-02-21 20:20:38 +00:00
product_small.cpp
product.h
qr.cpp various minor updates of some unit tests 2009-05-11 11:09:41 +00:00
qtvector.cpp eventually it turns out that our current 2009-01-23 16:31:03 +00:00
redux.cpp * exit Sum.h, exit Prod.h, welcome vectorization of redux() ! 2009-02-12 15:18:59 +00:00
regression.cpp fix linearRegression, fix doc, add unit test (it was untested since the change 2009-05-05 16:50:58 +00:00
resize.cpp Add Matrix::resizeLike(other) convenience function and test. 2009-02-03 01:43:59 +00:00
runtest.sh
sizeof.cpp
smallvectors.cpp
sparse_basic.cpp new simplified API to fill sparse matrices (the old functions are 2009-05-04 14:25:12 +00:00
sparse_product.cpp sparse module: new API proposal for triangular solves and experimental 2009-04-05 16:30:10 +00:00
sparse_solvers.cpp enable testing of complex numbers for taucs 2009-05-12 13:43:40 +00:00
sparse_vector.cpp - add diagonal * sparse product as an expression 2009-02-09 09:59:30 +00:00
sparse.h new simplified API to fill sparse matrices (the old functions are 2009-05-04 14:25:12 +00:00
stdvector.cpp CREDIT Hauke Heibel, fix MSVC warnings 2009-05-09 03:41:17 +00:00
submatrices.cpp constant Diagonal ---> DiagonalBits 2009-05-10 16:24:39 +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 compilation fixes 2009-05-12 07:32:34 +00:00
unalignedassert.cpp let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN. 2009-05-03 13:50:56 +00:00
vectorization_logic.cpp add cast<>() tests. including a vectorization_logic test that currently fails (casting to same type should not prevent vectorization) 2009-04-29 14:51:19 +00:00