eigen/test
Hauke Heibel 0523b64fe9 Eigensolver decomposition interface unification.
Added default ctor and public compute method as
well as safe-guards against uninitialized usage.
Added unit tests for the safe-guards.
2009-05-22 14:27:58 +02:00
..
adjoint.cpp
array_replicate.cpp
array_reverse.cpp
array.cpp
basicstuff.cpp * add a writable generic coeff wise expression (CwiseUnaryView) 2009-05-20 15:41:23 +02:00
cholesky.cpp various minor updates of some unit tests 2009-05-11 11:09:41 +00:00
CMakeLists.txt
commainitializer.cpp
cwiseop.cpp *add missing overloads of setZero, etc... that were mentioned in the tutorial 2009-05-06 21:40:24 +00:00
determinant.cpp
dynalloc.cpp let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN. 2009-05-03 13:50:56 +00:00
eigensolver_generic.cpp Eigensolver decomposition interface unification. 2009-05-22 14:27:58 +02:00
eigensolver_selfadjoint.cpp
geo_alignedbox.cpp various minor updates of some unit tests 2009-05-11 11:09:41 +00:00
geo_eulerangles.cpp
geo_homogeneous.cpp fix #1 : need to nest by value the affine part in homogeneous product 2009-05-18 17:55:50 +02:00
geo_hyperplane.cpp various minor updates of some unit tests 2009-05-11 11:09:41 +00:00
geo_orthomethods.cpp
geo_parametrizedline.cpp
geo_quaternion.cpp
geo_transformations.cpp
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 LU and PartialLU decomposition interface unification. 2009-05-22 14:27:58 +02:00
main.h Fix compilation error in createRandomMatrixOfRank() 2009-05-17 21:17:45 +01:00
map.cpp
meta.cpp
miscmatrices.cpp
mixingtypes.cpp
nomalloc.cpp
packetmath.cpp
product_large.cpp
product_selfadjoint.cpp
product_small.cpp
product.h
qr.cpp QR and SVD decomposition interface unification. 2009-05-22 14:27:58 +02:00
qtvector.cpp
redux.cpp
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
runtest.sh
sizeof.cpp * add a writable generic coeff wise expression (CwiseUnaryView) 2009-05-20 15:41:23 +02:00
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 fix #1 : need to nest by value the affine part in homogeneous product 2009-05-18 17:55:50 +02:00
sparse_vector.cpp
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 QR and SVD decomposition interface unification. 2009-05-22 14:27:58 +02:00
testsuite.cmake update cdash testsuite file to use mercurial 2009-05-19 09:24:22 +02: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