eigen/test
2010-04-22 20:49:01 -04:00
..
adjoint.cpp
array_for_matrix.cpp
array_replicate.cpp
array_reverse.cpp
array.cpp
bandmatrix.cpp
basicstuff.cpp * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, removal of extra _Base/_Options template parameters. 2010-04-16 10:13:32 -04:00
block.cpp remove Minor 2010-04-22 20:40:31 -04:00
cholesky.cpp - Added problem size constructor to decompositions that did not have one. It preallocates member data structures. 2010-04-21 17:15:57 +02:00
CMakeLists.txt * implement the corner() API change: new methods topLeftCorner() etc 2010-04-22 14:11:18 -04:00
commainitializer.cpp
conservative_resize.cpp
corners.cpp * implement the corner() API change: new methods topLeftCorner() etc 2010-04-22 14:11:18 -04:00
cwiseop.cpp
determinant.cpp
diagonal.cpp * add VERIFY_IS_EQUAL, should compile faster and it's natural when no arithmetic is involved. 2010-02-26 09:03:13 -05:00
diagonalmatrices.cpp
dynalloc.cpp * include Macros.h much earlier: since it takes care of the alignment platform detection, it is needed before we do the vectorization stuff in Eigen/Core !! 2010-03-06 09:05:15 -05:00
eigen2support.cpp add minor to Eigen2Support 2010-04-22 20:49:01 -04:00
eigensolver_complex.cpp - Added problem size constructor to decompositions that did not have one. It preallocates member data structures. 2010-04-21 17:15:57 +02:00
eigensolver_generic.cpp - Added problem size constructor to decompositions that did not have one. It preallocates member data structures. 2010-04-21 17:15:57 +02:00
eigensolver_selfadjoint.cpp - Added problem size constructor to decompositions that did not have one. It preallocates member data structures. 2010-04-21 17:15:57 +02:00
first_aligned.cpp
geo_alignedbox.cpp
geo_eulerangles.cpp
geo_homogeneous.cpp
geo_hyperplane.cpp
geo_orthomethods.cpp
geo_parametrizedline.cpp
geo_quaternion.cpp
geo_transformations.cpp add missing implementation of uniform scaling products 2010-03-02 17:38:40 +01:00
gsl_helper.h Add the possibility to use the polynomial solver of the gsl. 2010-03-25 03:25:47 +01:00
hessenberg.cpp - Added problem size constructor to decompositions that did not have one. It preallocates member data structures. 2010-04-21 17:15:57 +02:00
householder.cpp * add some 1x1 tests 2010-04-16 12:32:33 -04:00
inverse.cpp Further LU test improvements. I'm not aware of any test failures anymore, not even with huge numbers of repetitions. 2010-02-23 15:40:24 -05:00
jacobisvd.cpp - Added problem size constructor to decompositions that did not have one. It preallocates member data structures. 2010-04-21 17:15:57 +02:00
linearstructure.cpp
lu.cpp - Added problem size constructor to decompositions that did not have one. It preallocates member data structures. 2010-04-21 17:15:57 +02:00
main.h * implement the corner() API change: new methods topLeftCorner() etc 2010-04-22 14:11:18 -04:00
map.cpp Fix Map-with-Stride and cover it by new unit tests. 2010-02-26 20:12:51 -05:00
mapstride.cpp Fix Map-with-Stride and cover it by new unit tests. 2010-02-26 20:12:51 -05:00
meta.cpp
miscmatrices.cpp
mixingtypes.cpp fix compilation 2010-03-07 12:32:24 +01:00
nesting_ops.cpp
nomalloc.cpp nomalloc: minor cleanup 2010-03-08 21:30:06 -05:00
nullary.cpp
packetmath.cpp Added initial NEON support, most tests pass however we had to use some hackish workarounds 2010-03-03 11:25:41 -06:00
permutationmatrices.cpp detect and implement inplace permutations 2010-02-25 16:30:58 +01:00
prec_inverse_4x4.cpp remove Minor 2010-04-22 20:40:31 -04:00
product_extra.cpp
product_large.cpp
product_notemporary.cpp * implement the corner() API change: new methods topLeftCorner() etc 2010-04-22 14:11:18 -04:00
product_selfadjoint.cpp
product_small.cpp
product_symm.cpp * allow matrix dimensions to be 0 (also at compile time) and provide a specialization 2010-03-21 11:28:03 -04:00
product_syrk.cpp fix trsolve 2010-03-06 21:37:14 +01:00
product_trmm.cpp
product_trmv.cpp
product_trsolve.cpp * allow matrix dimensions to be 0 (also at compile time) and provide a specialization 2010-03-21 11:28:03 -04:00
product.h
qr_colpivoting.cpp - Added problem size constructor to decompositions that did not have one. It preallocates member data structures. 2010-04-21 17:15:57 +02:00
qr_fullpivoting.cpp - Added problem size constructor to decompositions that did not have one. It preallocates member data structures. 2010-04-21 17:15:57 +02:00
qr.cpp - Added problem size constructor to decompositions that did not have one. It preallocates member data structures. 2010-04-21 17:15:57 +02:00
qtvector.cpp
redux.cpp
regression.cpp
resize.cpp
runtest.sh
schur_complex.cpp - Added problem size constructor to decompositions that did not have one. It preallocates member data structures. 2010-04-21 17:15:57 +02:00
schur_real.cpp - Added problem size constructor to decompositions that did not have one. It preallocates member data structures. 2010-04-21 17:15:57 +02:00
sizeof.cpp
smallvectors.cpp
sparse_basic.cpp
sparse_product.cpp
sparse_solvers.cpp
sparse_vector.cpp fix sparse squared norm 2010-04-13 10:40:55 +02:00
sparse.h
stable_norm.cpp
stdlist.cpp Added support for STL lists with aligned Eigen types. 2010-04-18 20:10:43 +02:00
stdvector_overload.cpp
stdvector.cpp
svd.cpp - Added problem size constructor to decompositions that did not have one. It preallocates member data structures. 2010-04-21 17:15:57 +02:00
swap.cpp
testsuite.cmake make testsuite aware of EIGEN_CTEST_ARGS 2010-02-24 11:28:38 +01:00
triangular.cpp
umeyama.cpp
unalignedassert.cpp * include Macros.h much earlier: since it takes care of the alignment platform detection, it is needed before we do the vectorization stuff in Eigen/Core !! 2010-03-06 09:05:15 -05:00
unalignedcount.cpp
upperbidiagonalization.cpp
vectorization_logic.cpp Only include <iosfwd> unless either EIGEN_DEBUG_ASSIGN is defined or we're in eigen2 support mode 2010-02-27 19:04:22 -05:00
visitor.cpp