eigen/test
Gael Guennebaud ee9f3e34b0 LLT: improve rankUpdate to support downdates,
LDLT: add the missing info() function,
improve unit testing of rankUpdate()
2012-01-23 17:28:23 +01:00
..
eigen2
adjoint.cpp fix more variable-set-but-not-used warnings on gcc 4.6 2011-10-31 00:51:36 -04:00
array_for_matrix.cpp added functions to allow for cwise min/max operations with scalar argument (bug #400). 2012-01-11 11:00:30 -05:00
array_replicate.cpp
array_reverse.cpp
array.cpp added functions to allow for cwise min/max operations with scalar argument (bug #400). 2012-01-11 11:00:30 -05:00
bandmatrix.cpp protect calls to min and max with parentheses to make Eigen compatible with default windows.h 2011-07-21 11:19:36 +02:00
basicstuff.cpp Fix some unused-variable warnings with GCC 4.6 2011-10-30 23:55:20 -04:00
bicgstab.cpp move sparse solvers from unsupported/ to main Eigen/ and remove the "not stable yet" warning 2011-11-12 14:11:27 +01:00
block.cpp fix more variable-set-but-not-used warnings on gcc 4.6 2011-10-31 00:51:36 -04:00
cholesky.cpp LLT: improve rankUpdate to support downdates, 2012-01-23 17:28:23 +01:00
cholmod_support.cpp add cholmod_support unit tests 2011-12-10 19:32:17 +01:00
CMakeLists.txt Remove evaluators for 2.1 release. 2011-12-14 21:23:43 +00:00
commainitializer.cpp
conjugate_gradient.cpp move sparse solvers from unsupported/ to main Eigen/ and remove the "not stable yet" warning 2011-11-12 14:11:27 +01:00
conservative_resize.cpp
corners.cpp
cwiseop.cpp fix a couple of warnings in the unit tests 2011-11-05 23:30:49 +01:00
determinant.cpp fix more variable-set-but-not-used warnings on gcc 4.6 2011-10-31 00:51:36 -04:00
diagonal.cpp add the possibility to configure the maximal matrix size in the unit tests 2011-07-12 14:41:00 +02:00
diagonalmatrices.cpp add the possibility to configure the maximal matrix size in the unit tests 2011-07-12 14:41:00 +02:00
dontalign.cpp
dynalloc.cpp
eigen2support.cpp fix a couple of warnings in the unit tests 2011-11-05 23:30:49 +01:00
eigensolver_complex.cpp Fix some unused-variable warnings with GCC 4.6 2011-10-30 23:55:20 -04:00
eigensolver_generic.cpp remove GSL dependency in the unit tests 2011-12-01 18:17:19 +01:00
eigensolver_selfadjoint.cpp remove GSL dependency in the unit tests 2011-12-01 18:17:19 +01:00
exceptions.cpp bug #225: add a unit test for memory leak 2011-05-23 14:20:49 +02:00
first_aligned.cpp
geo_alignedbox.cpp [Geometry/AlignedBox] New typedefs, like for Core/Matrix 2011-11-09 22:12:28 +01:00
geo_eulerangles.cpp fix a couple of warnings in the unit tests 2011-11-05 23:30:49 +01:00
geo_homogeneous.cpp fix a couple of warnings in the unit tests 2011-11-05 23:30:49 +01:00
geo_hyperplane.cpp finish to fix bug #270: we have to use EIGEN_ALIGN_STATICALLY and not EIGEN_DONT_ALIGN_STATICALLY... 2011-05-28 11:38:53 +02:00
geo_orthomethods.cpp fix a couple of warnings in the unit tests 2011-11-05 23:30:49 +01:00
geo_parametrizedline.cpp feature 297: s/intersectionPoint/pointAt, fix documentation, add a unit test 2011-12-10 12:17:42 +01:00
geo_quaternion.cpp fix bug #398, the quaternion returned by slerp was not always normalized, 2011-12-23 22:39:32 +01:00
geo_transformations.cpp finish to fix bug #270: we have to use EIGEN_ALIGN_STATICALLY and not EIGEN_DONT_ALIGN_STATICALLY... 2011-05-28 11:38:53 +02:00
gsl_helper.h
hessenberg.cpp add the possibility to configure the maximal matrix size in the unit tests 2011-07-12 14:41:00 +02:00
householder.cpp the min/max macros to detect unprotected min/max were undefined by some std header, 2011-08-19 14:18:05 +02:00
integer_types.cpp
inverse.cpp fix more variable-set-but-not-used warnings on gcc 4.6 2011-10-31 00:51:36 -04:00
jacobi.cpp add the possibility to configure the maximal matrix size in the unit tests 2011-07-12 14:41:00 +02:00
jacobisvd.cpp pushed too fast the previous one 2011-12-23 23:22:31 +01:00
linearstructure.cpp Fix some unused-variable warnings with GCC 4.6 2011-10-30 23:55:20 -04:00
lu.cpp the min/max macros to detect unprotected min/max were undefined by some std header, 2011-08-19 14:18:05 +02:00
main.h fix min/max clash with clang's header by including fstream beforehand 2011-12-08 23:27:10 +01:00
map.cpp clean several other assertion checking tests 2011-05-20 09:59:15 +02:00
mapstaticmethods.cpp
mapstride.cpp better fix for gcc 4.6.0 / ptrdiff_t, as suggested by Benoit 2011-05-05 18:48:18 +02:00
meta.cpp
miscmatrices.cpp
mixingtypes.cpp add the possibility to configure the maximal matrix size in the unit tests 2011-07-12 14:41:00 +02:00
nesting_ops.cpp
nomalloc.cpp fix more variable-set-but-not-used warnings on gcc 4.6 2011-10-31 00:51:36 -04:00
nullary.cpp the min/max macros to detect unprotected min/max were undefined by some std header, 2011-08-19 14:18:05 +02:00
packetmath.cpp the min/max macros to detect unprotected min/max were undefined by some std header, 2011-08-19 14:18:05 +02:00
pardiso_support.cpp Intel(R) MKL support added. 2011-12-05 14:52:21 +07:00
permutationmatrices.cpp add a unit test for permutation applied to sparse objects 2011-10-11 13:45:27 +02:00
prec_inverse_4x4.cpp the min/max macros to detect unprotected min/max were undefined by some std header, 2011-08-19 14:18:05 +02:00
product_extra.cpp Bug fix for matrix1 * matrix2 * scalar1 * scalar2. 2011-09-19 15:07:19 +01:00
product_large.cpp add the possibility to configure the maximal matrix size in the unit tests 2011-07-12 14:41:00 +02:00
product_mmtr.cpp add the possibility to configure the maximal matrix size in the unit tests 2011-07-12 14:41:00 +02:00
product_notemporary.cpp add the possibility to configure the maximal matrix size in the unit tests 2011-07-12 14:41:00 +02:00
product_selfadjoint.cpp bug #365 - Add test for non-usage of B0 2011-10-31 10:44:06 -04:00
product_small.cpp
product_symm.cpp add the possibility to configure the maximal matrix size in the unit tests 2011-07-12 14:41:00 +02:00
product_syrk.cpp add the possibility to configure the maximal matrix size in the unit tests 2011-07-12 14:41:00 +02:00
product_trmm.cpp add the possibility to configure the maximal matrix size in the unit tests 2011-07-12 14:41:00 +02:00
product_trmv.cpp fix more variable-set-but-not-used warnings on gcc 4.6 2011-10-31 00:51:36 -04:00
product_trsolve.cpp add the possibility to configure the maximal matrix size in the unit tests 2011-07-12 14:41:00 +02:00
product.h fix more variable-set-but-not-used warnings on gcc 4.6 2011-10-31 00:51:36 -04:00
qr_colpivoting.cpp the min/max macros to detect unprotected min/max were undefined by some std header, 2011-08-19 14:18:05 +02:00
qr_fullpivoting.cpp the min/max macros to detect unprotected min/max were undefined by some std header, 2011-08-19 14:18:05 +02:00
qr.cpp add the possibility to configure the maximal matrix size in the unit tests 2011-07-12 14:41:00 +02:00
qtvector.cpp
redux.cpp Fix failures in redux test caused by underflow in .prod() test. 2011-08-21 00:51:15 +01:00
resize.cpp
runtest.sh
schur_complex.cpp add the possibility to configure the maximal matrix size in the unit tests 2011-07-12 14:41:00 +02:00
schur_real.cpp add the possibility to configure the maximal matrix size in the unit tests 2011-07-12 14:41:00 +02:00
selfadjoint.cpp fix more variable-set-but-not-used warnings on gcc 4.6 2011-10-31 00:51:36 -04:00
simplicial_cholesky.cpp move sparse solvers from unsupported/ to main Eigen/ and remove the "not stable yet" warning 2011-11-12 14:11:27 +01:00
sizeof.cpp
sizeoverflow.cpp bug #363 - add test for integer overflow in size computations 2011-10-16 16:12:19 -04:00
smallvectors.cpp Add test for Matrix(x, y) ctor static assert added in previous changeset 2011-11-06 00:44:04 -04:00
sparse_basic.cpp fix compilation of sparse_basic unit test for complexes 2011-12-23 09:41:14 +01:00
sparse_permutations.cpp add a unit test for permutation applied to sparse objects 2011-10-11 13:45:27 +02:00
sparse_product.cpp add aliasing test for sparse*sparse product 2011-12-20 18:10:22 +01:00
sparse_solver.h move sparse solvers from unsupported/ to main Eigen/ and remove the "not stable yet" warning 2011-11-12 14:11:27 +01:00
sparse_solvers.cpp fix bug #341: trisove on MappedSparseMatrix 2011-12-04 14:57:43 +01:00
sparse_vector.cpp evaluate 1D sparse expressions into SparseVector and make the sparse operator<< and dot honor nested types 2011-12-22 14:01:06 +01:00
sparse.h add more support for uncompressed mode 2011-11-30 19:24:43 +01:00
stable_norm.cpp the min/max macros to detect unprotected min/max were undefined by some std header, 2011-08-19 14:18:05 +02:00
stddeque.cpp
stdlist.cpp
stdvector_overload.cpp
stdvector.cpp
superlu_support.cpp add cholmod_support unit tests 2011-12-10 19:32:17 +01:00
swap.cpp
testsuite.cmake
triangular.cpp fix more variable-set-but-not-used warnings on gcc 4.6 2011-10-31 00:51:36 -04:00
umeyama.cpp
umfpack_support.cpp add cholmod_support unit tests 2011-12-10 19:32:17 +01:00
unalignedassert.cpp
unalignedcount.cpp
upperbidiagonalization.cpp
vectorization_logic.cpp fix vectorization_logic when EIGEN_GCC_AND_ARCH_DOESNT_WANT_STACK_ALIGNMENT 2011-05-19 21:52:40 +02:00
vectorwiseop.cpp Bugs 157 and 377 - General tightening/testing of vectorwise ops: 2011-11-18 11:10:27 -05:00
visitor.cpp
zerosized.cpp Add DenseStorage specializations for dynamic size with MaxSize = 0 (bug #288). 2011-06-24 13:47:11 +01:00