eigen/test
2011-02-03 15:40:48 +01:00
..
eigen2 eigen2 support: pass remaining 2 tests 2011-01-31 08:55:38 -05:00
adjoint.cpp allow mixed complex-real and real-complex dot products 2011-01-27 09:59:19 +01:00
array_for_matrix.cpp Added regression tests for bug #148. 2011-01-27 16:37:06 +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 add global tan function 2011-02-03 14:45:21 +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 relax Matrix/Array(Index) ctors to allow size 0, add test. 2011-02-01 07:46:02 -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
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 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 test case for unaligned quaternion 2011-01-27 09:14:30 -05:00
geo_transformations.cpp typo 2011-01-28 09:57:35 +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 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 #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 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 bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
resize.cpp
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 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 EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET must be defined to use Eigen/Sparse 2011-01-27 17:36:58 +01: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
triangular.cpp fix the remainder of bug #159 2011-01-26 10:01:18 -05:00
umeyama.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04: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