eigen/test
2010-07-22 14:04:00 +02:00
..
adjoint.cpp Utilize Index in all unit tests. 2010-06-20 17:37:56 +02:00
array_for_matrix.cpp fix sum()/prod() on empty matrix making sure this does not affect fixed sized object, extend related unit tests including partial reduction 2010-07-16 14:02:20 +02:00
array_replicate.cpp email change 2010-06-24 23:21:58 +02:00
array_reverse.cpp Next try - more Index fixes. 2010-06-20 21:44:25 +02:00
array.cpp email change 2010-06-24 23:21:58 +02:00
bandmatrix.cpp email change 2010-06-24 23:21:58 +02:00
basicstuff.cpp More Index related stuff. 2010-06-21 11:36:00 +02:00
block.cpp Compilation fix. 2010-06-21 08:58:23 +02:00
cholesky.cpp email change 2010-06-24 23:21:58 +02:00
CMakeLists.txt Fixed annoying CMake - Qt warning. 2010-07-03 11:52:46 +02:00
commainitializer.cpp email change 2010-06-24 23:21:58 +02:00
conservative_resize.cpp Added missing typename. 2010-06-21 11:39:11 +02:00
corners.cpp Included tests for middleRows() and middleCols() 2010-06-29 12:39:58 -04:00
cwiseop.cpp email change 2010-06-24 23:21:58 +02:00
determinant.cpp add support for determinant on empty matrix 2010-07-19 10:45:06 +02:00
diagonal.cpp Utilize Index in all unit tests. 2010-06-20 17:37:56 +02:00
diagonalmatrices.cpp More Index related stuff. 2010-06-21 11:36:00 +02:00
dynalloc.cpp email change 2010-06-24 23:21:58 +02:00
eigen2support.cpp email change 2010-06-24 23:21:58 +02: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 email change 2010-06-24 23:21:58 +02:00
first_aligned.cpp Made the supression of unused variables portable. 2010-06-08 15:52:00 +02:00
geo_alignedbox.cpp email change 2010-06-24 23:21:58 +02:00
geo_eulerangles.cpp email change 2010-06-24 23:21:58 +02:00
geo_homogeneous.cpp email change 2010-06-24 23:21:58 +02:00
geo_hyperplane.cpp email change 2010-06-24 23:21:58 +02:00
geo_orthomethods.cpp email change 2010-06-24 23:21:58 +02:00
geo_parametrizedline.cpp email change 2010-06-24 23:21:58 +02:00
geo_quaternion.cpp email change 2010-06-24 23:21:58 +02:00
geo_transformations.cpp email change 2010-06-24 23:21:58 +02:00
gsl_helper.h email change 2010-06-24 23:21:58 +02:00
hessenberg.cpp email change 2010-06-24 23:21:58 +02:00
householder.cpp Fix compilation of some tests as well as more warnings. 2010-06-20 18:59:15 +02:00
integer_types.cpp char is not necessarily signed.... 2010-07-05 11:15:08 +02:00
inverse.cpp email change 2010-06-24 23:21:58 +02:00
jacobisvd.cpp email change 2010-06-24 23:21:58 +02:00
linearstructure.cpp More Index related stuff. 2010-06-21 11:36:00 +02:00
lu.cpp Utilize Index in all unit tests. 2010-06-20 17:37:56 +02:00
main.h use dummy_precision by default instead of 0 2010-07-14 22:50:03 +02:00
map.cpp The intrin.h header needs to be included after cmath in order to prevent warnigns. 2010-06-21 18:39:24 +02:00
mapstride.cpp More Index related stuff. 2010-06-21 11:36:00 +02:00
meta.cpp email change 2010-06-24 23:21:58 +02:00
miscmatrices.cpp Utilize Index in all unit tests. 2010-06-20 17:37:56 +02:00
mixingtypes.cpp email change 2010-06-24 23:21:58 +02:00
nesting_ops.cpp fix bad tests 2010-06-28 01:01:29 +02:00
nomalloc.cpp fix nomalloc_2 issues with ICC and gcc 4.0.1 (and speed up compilation ;) ) 2010-07-04 15:35:21 +02:00
nullary.cpp Unified LinSpaced in order to be conform with other setter methods as e.g. Constant. 2010-07-22 14:04:00 +02:00
packetmath.cpp add a unit test for conj_helper and ei_pconj 2010-07-06 20:54:14 +02:00
permutationmatrices.cpp Next try - more Index fixes. 2010-06-20 21:44:25 +02:00
prec_inverse_4x4.cpp slightly raise the threshold used in this test to accomodate results obtained with gcc 4.1 2010-06-30 19:55:43 -04:00
product_extra.cpp extend product unit tests 2010-07-07 10:50:40 +02:00
product_large.cpp * generalize rowmajor by vector 2010-07-10 22:53:27 +02:00
product_notemporary.cpp extend product unit tests 2010-07-07 10:50:40 +02:00
product_selfadjoint.cpp extend product unit tests 2010-07-07 10:50:40 +02:00
product_small.cpp
product_symm.cpp extend product unit tests 2010-07-07 10:50:40 +02:00
product_syrk.cpp extend product unit tests 2010-07-07 10:50:40 +02:00
product_trmm.cpp add support for strictly triangular matrix in trmm though it is not really useful 2010-07-15 20:39:20 +02:00
product_trmv.cpp typo 2010-07-07 11:13:30 +02:00
product_trsolve.cpp extend product unit tests 2010-07-07 10:50:40 +02:00
product.h bug fix in gemv: 2010-06-24 17:51:25 +02:00
qr_colpivoting.cpp email change 2010-06-24 23:21:58 +02:00
qr_fullpivoting.cpp email change 2010-06-24 23:21:58 +02:00
qr.cpp email change 2010-06-24 23:21:58 +02:00
qtvector.cpp email change 2010-06-24 23:21:58 +02:00
redux.cpp fix sum()/prod() on empty matrix making sure this does not affect fixed sized object, extend related unit tests including partial reduction 2010-07-16 14:02:20 +02:00
resize.cpp Utilize Index in all unit tests. 2010-06-20 17:37:56 +02:00
runtest.sh
schur_complex.cpp Schur decomposition of 1-by-1 always converges. 2010-06-04 09:40:35 +01:00
schur_real.cpp Fix compilation of some tests as well as more warnings. 2010-06-20 18:59:15 +02:00
selfadjoint.cpp email change 2010-06-24 23:21:58 +02:00
sizeof.cpp email change 2010-06-24 23:21:58 +02:00
smallvectors.cpp
sparse_basic.cpp Utilize Index in all unit tests. 2010-06-20 17:37:56 +02:00
sparse_product.cpp add mixed sparse-dense outer product 2010-06-25 11:36:38 +02:00
sparse_solvers.cpp email change 2010-06-24 23:21:58 +02:00
sparse_vector.cpp fix sparse squared norm 2010-04-13 10:40:55 +02:00
sparse.h fix compilation of sparse tests 2010-06-19 15:24:39 +02:00
stable_norm.cpp email change 2010-06-24 23:21:58 +02:00
stdlist.cpp Utilize Index in all unit tests. 2010-06-20 17:37:56 +02:00
stdvector_overload.cpp More Index realted warnings. 2010-06-20 15:52:34 +02:00
stdvector.cpp Utilize Index in all unit tests. 2010-06-20 17:37:56 +02:00
svd.cpp email change 2010-06-24 23:21:58 +02:00
swap.cpp More Index realted warnings. 2010-06-20 15:52:34 +02:00
testsuite.cmake This does hopefully really raise the warning/error limit. 2010-06-21 07:41:40 +02:00
triangular.cpp email change 2010-06-24 23:21:58 +02:00
umeyama.cpp
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 Silence indexing warning. 2010-06-20 13:17:37 +02:00
vectorization_logic.cpp email change 2010-06-24 23:21:58 +02:00
visitor.cpp the Index types change. 2010-05-30 16:00:58 -04:00