eigen/test
2011-01-25 09:02:59 -05:00
..
eigen2 eigen2: split tests 2011-01-25 09:02:59 -05:00
adjoint.cpp Initial fixes for bug #85. 2010-10-25 22:13:49 +02:00
array_for_matrix.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
array_replicate.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
array_reverse.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
array.cpp Re-enabled the missing tests, again... 2010-12-16 19:07:23 +01:00
bandmatrix.cpp move BandMatrix and TridiagonalMatrix to the internal:: namespace 2010-12-25 17:17:10 -05:00
basicstuff.cpp Added unit test for matrix creation from const raw data. 2010-12-15 15:28:43 +01:00
block.cpp bug #54 - really fix const correctness except in Sparse 2010-12-22 17:45:37 -05:00
cholesky.cpp rename macro 2010-12-25 17:01:01 -05:00
CMakeLists.txt import eigen2 test suite. enable by defining EIGEN_TEST_EIGEN2 2011-01-19 10:10:54 -05:00
commainitializer.cpp email change 2010-06-24 23:21:58 +02:00
conservative_resize.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
corners.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
cwiseop.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
determinant.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
diagonal.cpp Utilize Index in all unit tests. 2010-06-20 17:37:56 +02:00
diagonalmatrices.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
dynalloc.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
eigen2support.cpp add main ei_* functions into Eigen2Support 2010-12-03 11:22:35 +01:00
eigensolver_complex.cpp email change 2010-06-24 23:21:58 +02:00
eigensolver_generic.cpp email change 2010-06-24 23:21:58 +02:00
eigensolver_selfadjoint.cpp add a TridiagonalizationMatrixTReturnType class to make Tridiagonalization::matrixT() more efficient and future proof. 2010-11-26 15:31:47 +01:00
first_aligned.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
geo_alignedbox.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
geo_eulerangles.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
geo_homogeneous.cpp Initial fixes for bug #85. 2010-10-25 22:13:49 +02:00
geo_hyperplane.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
geo_orthomethods.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
geo_parametrizedline.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
geo_quaternion.cpp Initial fixes for bug #85. 2010-10-25 22:13:49 +02:00
geo_transformations.cpp add regression unit test 2010-11-19 15:38:37 +01:00
gsl_helper.h email change 2010-06-24 23:21:58 +02:00
hessenberg.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
householder.cpp Make HouseholderSequence::setTrans() protected (cf. bug #50). 2011-01-06 11:30:19 +00:00
integer_types.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
inverse.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
jacobi.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
jacobisvd.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
linearstructure.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
lu.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
main.h Improved the array unit test - internal::isApprox needs to use the same precision as VERIFY_IS_NOT_APPROX. 2010-12-16 18:53:02 +01:00
map.cpp bug #54 - The big Map const-correctness changes 2010-12-10 02:09:58 -05:00
mapstride.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
meta.cpp Removed remove_const_on_value_type since the meaning is unclear and it is in fact unused. 2010-11-26 18:06:08 +01:00
miscmatrices.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
mixingtypes.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
nesting_ops.cpp fix bad tests 2010-06-28 01:01:29 +02:00
nomalloc.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
nullary.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
packetmath.cpp Initial fixes for bug #85. 2010-10-25 22:13:49 +02:00
permutationmatrices.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
prec_inverse_4x4.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
product_extra.cpp fix bug #127. our product selection logic was flawed in that it used the Max-sized to determine whether the size is 1. 2010-12-09 02:38:07 -05:00
product_large.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
product_mmtr.cpp generalize our internal rank K update routine to support more general A*B product while evaluating only one triangular part and make it available via, e.g.: 2010-11-10 18:58:55 +01:00
product_notemporary.cpp rename macro 2010-12-25 17:01:01 -05:00
product_selfadjoint.cpp fix bug #122 : rank 2 update test and scalar multiple extraction were both wrong 2010-11-23 19:19:04 +01:00
product_small.cpp
product_symm.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
product_syrk.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
product_trmm.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
product_trmv.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
product_trsolve.cpp fix bug #120 : compilation issue of trsolve unit test 2010-11-22 18:59:56 +01:00
product.h bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
qr_colpivoting.cpp Initial fixes for bug #85. 2010-10-25 22:13:49 +02:00
qr_fullpivoting.cpp Initial fixes for bug #85. 2010-10-25 22:13:49 +02:00
qr.cpp Initial fixes for bug #85. 2010-10-25 22:13:49 +02:00
qtvector.cpp Fixed Geometry module failures. 2010-08-17 20:03:50 +02:00
redux.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
resize.cpp Utilize Index in all unit tests. 2010-06-20 17:37:56 +02:00
runtest.sh
schur_complex.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
schur_real.cpp fix intermittend failure of schur_real test: there only is an iterative process if size>2 2010-12-10 02:10:03 -05:00
selfadjoint.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
sizeof.cpp email change 2010-06-24 23:21:58 +02:00
smallvectors.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
sparse_basic.cpp new feature: copy from a sparse selfadjoint view to a full sparse matrix 2010-11-15 14:14:05 +01:00
sparse_product.cpp merge 2010-12-31 17:26:48 +01:00
sparse_solvers.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
sparse_vector.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
sparse.h bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
stable_norm.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
stddeque.cpp Added stddeque unit test dervied from the stdlist test. 2010-10-16 10:45:30 +02:00
stdlist.cpp Fixed Geometry module failures. 2010-08-17 20:03:50 +02:00
stdvector_overload.cpp Fixed Geometry module failures. 2010-08-17 20:03:50 +02:00
stdvector.cpp Fixed Geometry module failures. 2010-08-17 20:03:50 +02:00
swap.cpp Initial fixes for bug #85. 2010-10-25 22:13:49 +02:00
testsuite.cmake This does hopefully really raise the warning/error limit. 2010-06-21 07:41:40 +02:00
triangular.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
umeyama.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
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 email change 2010-06-24 23:21:58 +02:00
upperbidiagonalization.cpp make UpperBidiagonalization internal: don't want to support it, it's not used. 2010-11-23 11:12:42 -05:00
vectorization_logic.cpp fix vectorization_logic unit test when defaulting to row major 2011-01-04 14:18:07 +01:00
visitor.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00