eigen/test
2011-03-27 22:08:48 +01:00
..
eigen2 fix 228 (ei_aligned_stack_delete does not exist anymore) 2011-03-21 21:59:42 +01:00
adjoint.cpp remove largeEps in adjoint unit test and use a more accurate test_isApproxWithRef test. 2011-02-18 17:39:04 +01:00
array_for_matrix.cpp fix array_for_matrix unit test 2011-03-15 09:42:22 +01: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 typo 2011-02-17 17:48:16 +01:00
bandmatrix.cpp move BandMatrix and TridiagonalMatrix to the internal:: namespace 2010-12-25 17:17:10 -05:00
basicstuff.cpp fix unit tests for integer types in preparation for next changeset making random<int> span over a much bigger range 2011-02-07 10:54:50 -05: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 evaluator works 2011-03-23 11:54:00 +01: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
dontalign.cpp fix bug #219: Map Flags AlignedBit was miscomputed, didn't account for EIGEN_ALIGN 2011-03-10 10:17:17 -05:00
dynalloc.cpp test the new stack allocation mechanism 2011-03-19 08:51:38 +01: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
evaluators.cpp Evaluators: Implement linear traversal, better testing. 2011-03-27 22:08:48 +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 extend unit tests of Transform * MatrixBase and Transform * Homogeneous 2011-03-02 19:34:39 +01:00
geo_hyperplane.cpp add an Options template parameter to Hyperplane and ParametrizedLine 2011-01-27 17:17:06 +01:00
geo_orthomethods.cpp fix cross product for complexes and add support for mixed real-complex cross products 2011-01-27 11:33:37 +01:00
geo_parametrizedline.cpp add an Options template parameter to Hyperplane and ParametrizedLine 2011-01-27 17:17:06 +01:00
geo_quaternion.cpp Tweak geo_quaternion test to squash intermittent failures. 2011-03-07 11:42:55 +00:00
geo_transformations.cpp also test non_projective_only with row major transformations 2011-02-22 14:26:32 +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 #206: correctly forward computationOptions and work towards avoiding mallocs after preallocation, with unit test. 2011-03-06 20:59:25 -05: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 bounds the range of random integers for AltiVec 2011-02-24 00:22:53 +03:00
map.cpp bug #54 - The big Map const-correctness changes 2010-12-10 02:09:58 -05:00
mapstaticmethods.cpp add Map static methods taking Strides, add test checking for compilation errors 2011-02-03 10:05:45 -05:00
mapstride.cpp extend mapstride unit test to test unaligned configurations 2011-02-18 14:41:40 +01: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 fix mixingtypes unit test 2011-01-27 13:51:17 +01:00
nesting_ops.cpp fix bad tests 2010-06-28 01:01:29 +02:00
nomalloc.cpp extend nomalloc test 2011-02-01 16:46:35 +01:00
nullary.cpp Bug fix in linspace_op::packetOp(row,col). Fixes bug #232. 2011-03-24 10:42:11 +00:00
packetmath.cpp extend testing of ploaddup 2011-02-24 00:22:10 +03:00
permutationmatrices.cpp extend PermutationMatrix and Transpositions to support arbitrary interger types and to support the Map/Wrapper model via base and derived classes 2011-01-26 16:33:23 +01: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 now gemv supports strides 2011-01-30 08:17:46 +01: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 implement optimized path for selfadjoint rank 1 update (safe regarding dynamic alloc) 2011-02-01 15:49:10 +01: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 168 : now TriangularView::solve returns by value making TriangularView::solveInPlace less important. 2011-02-01 17:21:20 +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 Use absolute error to test sum in which cancellation may occur. 2011-02-25 08:56:37 +00: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 fix the eigen3 part of bug #159 - build issue with selfadjointview 2011-01-26 09:49:06 -05:00
sizeof.cpp fix icc warning #68 2011-02-22 10:11:03 -05:00
smallvectors.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
sparse_basic.cpp extend sparse product unit tests 2011-03-22 11:58:22 +01:00
sparse_product.cpp extend sparse product unit tests 2011-03-22 11:58:22 +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 extend sparse product unit tests 2011-03-22 11:58:22 +01:00
sparse.h extend sparse product unit tests 2011-03-22 11:58:22 +01:00
stable_norm.cpp fix stable_norm test: the |small| value was 0 on clang with complex<float>. 2011-02-27 22:35:49 -05: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 disable output compression since this feature seems to be broken 2011-02-21 21:19:38 +01:00
triangular.cpp fix the remainder of bug #159 2011-01-26 10:01:18 -05:00
umeyama.cpp fix umeyama test 2011-02-27 23:20:45 -05:00
unalignedassert.cpp
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
zerosized.cpp fix MSVC8 compilation 2011-02-03 15:40:48 +01:00