..
adjoint.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
array_for_matrix.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
array_of_string.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
array_replicate.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
array_reverse.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
array.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
bandmatrix.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
basicstuff.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
bdcsvd.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
bicgstab.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
block.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
boostmultiprec.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
bug1213_main.cpp
bug1213.cpp
bug1213.h
cholesky.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
cholmod_support.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
CMakeLists.txt
bug #1572 : use c++11 atomic instead of volatile if c++11 is available, and disable multi-threaded GEMM on non-x86 without c++11.
2018-07-17 00:11:20 +02:00
commainitializer.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
conjugate_gradient.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
conservative_resize.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
constructor.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
corners.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
ctorleak.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
dense_storage.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
denseLM.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
determinant.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
diagonal.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
diagonalmatrices.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
dontalign.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
dynalloc.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
eigen2support.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
eigensolver_complex.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
eigensolver_generalized_real.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
eigensolver_generic.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
eigensolver_selfadjoint.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
evaluator_common.h
evaluators.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
exceptions.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
fastmath.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
first_aligned.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
geo_alignedbox.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
geo_eulerangles.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
geo_homogeneous.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
geo_hyperplane.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
geo_orthomethods.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
geo_parametrizedline.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
geo_quaternion.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
geo_transformations.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
gpu_basic.cu
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
gpu_common.h
Print more debug info in gpu_basic
2018-07-13 16:05:07 +02:00
half_float.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
hessenberg.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
householder.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
incomplete_cholesky.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
indexed_view.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
inplace_decomposition.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
integer_types.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
inverse.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
is_same_dense.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
jacobi.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
jacobisvd.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
klu_support.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
linearstructure.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
lscg.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
lu.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
main.h
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
mapped_matrix.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
mapstaticmethods.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
mapstride.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
meta.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
metis_support.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
miscmatrices.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
mixingtypes.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
mpl2only.cpp
nesting_ops.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
nomalloc.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
nullary.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
num_dimensions.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
numext.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
packetmath.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
pardiso_support.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
pastix_support.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
permutationmatrices.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
prec_inverse_4x4.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
product_extra.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
product_large.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
product_mmtr.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
product_notemporary.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
product_selfadjoint.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
product_small.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
product_symm.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
product_syrk.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
product_trmm.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
product_trmv.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
product_trsolve.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
product.h
bug #1562 : optimize evaluation of small products of the form s*A*B by rewriting them as: s*(A.lazyProduct(B)) to save a costly temporary. Measured speedup from 2x to 5x...
2018-07-02 11:41:09 +02:00
qr_colpivoting.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
qr_fullpivoting.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
qr.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
qtvector.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
rand.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
real_qz.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
redux.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
ref.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
resize.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
rvalue_types.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
schur_complex.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
schur_real.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
selfadjoint.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
simplicial_cholesky.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
sizeof.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
sizeoverflow.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
smallvectors.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
sparse_basic.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
sparse_block.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
sparse_permutations.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
sparse_product.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
sparse_ref.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
sparse_solver.h
Limit test size for sparse Cholesky solvers to EIGEN_TEST_MAX_SIZE
2018-04-13 20:36:58 +02:00
sparse_solvers.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
sparse_vector.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
sparse.h
sparseLM.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
sparselu.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
sparseqr.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
special_numbers.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
split_test_helper.h
Simplify handling and non-splitted tests and include split_test_helper.h instead of re-generating it. This also allows us to modify it without breaking existing build folder.
2018-07-16 18:55:40 +02:00
spqr_support.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
stable_norm.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
stddeque_overload.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
stddeque.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
stdlist_overload.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
stdlist.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
stdvector_overload.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
stdvector.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
superlu_support.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
svd_common.h
Remove local Index typedef from unit-tests
2018-07-12 17:16:40 +02:00
svd_fill.h
Remove local Index typedef from unit-tests
2018-07-12 17:16:40 +02:00
swap.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
symbolic_index.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
triangular.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
umeyama.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
umfpack_support.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
unalignedassert.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
unalignedcount.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
upperbidiagonalization.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
vectorization_logic.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
vectorwiseop.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
visitor.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00
zerosized.cpp
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.
2018-07-17 14:46:15 +02:00