..
eigen2
fix 228 (ei_aligned_stack_delete does not exist anymore)
2011-03-21 21:59:42 +01:00
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
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
Fixed division by zero corner case in array unit test.
2012-03-09 14:04:13 +01: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
modify the unit tests of sparse linear solvers to enable tests on real matrices, from MatrixMarket for instance
2012-03-29 14:32:54 +02: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
fix compilation of "somedensematrix.llt().matrixL().transpose()" (missing constness on the return types)
2012-04-10 15:40:36 +02:00
cholmod_support.cpp
CholmodDecomposition now has explicit variants. These variants will allow to provide access to the underlying factors.
2012-06-04 13:24:41 +02:00
CMakeLists.txt
resurrect expression evaluators
2012-06-22 09:39:35 +02:00
commainitializer.cpp
email change
2010-06-24 23:21:58 +02:00
conjugate_gradient.cpp
modify the unit tests of sparse linear solvers to enable tests on real matrices, from MatrixMarket for instance
2012-03-29 14:32:54 +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
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
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
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
fix bug #410 : fix a possible out of range access in EigenSolver
2012-01-25 19:02:31 +01:00
eigensolver_selfadjoint.cpp
remove GSL dependency in the unit tests
2011-12-01 18:17:19 +01:00
evaluators.cpp
Move (part of) evaluation of products to evaluator objects.
2012-06-29 13:07:21 +01:00
exceptions.cpp
bug #225 : add a unit test for memory leak
2011-05-23 14:20:49 +02:00
first_aligned.cpp
bug #86 : use internal:: namespace instead of ei_ prefix
2010-10-25 10:15:22 -04:00
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 #439 : add Quaternion::FromTwoVectors() static constructor
2012-03-26 18:30:04 +02:00
geo_transformations.cpp
fix bug #362 and add missing specialization for affine-compact * projective
2012-03-30 23:22:29 +02:00
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
bug #86 : use internal:: namespace instead of ei_ prefix
2010-10-25 10:15:22 -04:00
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
shutup floating point underflow warning for this specific unit test
2012-01-31 23:18:17 +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
workaround ICC compilation error with -strict-ansi
2012-01-25 15:45:01 +01:00
map.cpp
clean several other assertion checking tests
2011-05-20 09:59:15 +02: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
better fix for gcc 4.6.0 / ptrdiff_t, as suggested by Benoit
2011-05-05 18:48:18 +02: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
add the possibility to configure the maximal matrix size in the unit tests
2011-07-12 14:41:00 +02:00
nesting_ops.cpp
fix bad tests
2010-06-28 01:01:29 +02:00
nomalloc.cpp
remove dynamic allocation for fixed size object and triangular matrix-matrix products
2012-06-26 17:45:01 +02:00
nullary.cpp
Improved the unit tests for setLinSpaced.
2012-03-07 16:18:35 +01: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
modify the unit tests of sparse linear solvers to enable tests on real matrices, from MatrixMarket for instance
2012-03-29 14:32:54 +02:00
pastix_support.cpp
modify the unit tests of sparse linear solvers to enable tests on real matrices, from MatrixMarket for instance
2012-03-29 14:32:54 +02: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
Fix infinite recursion in ProductBase::coeff() (bug #447 )
2012-04-18 15:23:28 +01:00
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
Fixed Geometry module failures.
2010-08-17 20:03:50 +02:00
redux.cpp
Fix failures in redux test caused by underflow in .prod() test.
2011-08-21 00:51:15 +01:00
resize.cpp
Utilize Index in all unit tests.
2010-06-20 17:37:56 +02:00
runtest.sh
* Remove test_ prefix in tests
2009-12-02 12:07:47 -05:00
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
modify the unit tests of sparse linear solvers to enable tests on real matrices, from MatrixMarket for instance
2012-03-29 14:32:54 +02:00
sizeof.cpp
fix icc warning #68
2011-02-22 10:11:03 -05:00
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 some compilation errors with ICC and -strict-ansi
2012-01-31 09:14:01 +01:00
sparse_permutations.cpp
add sparse * permutation products with assiciated unit tests
2012-03-29 11:29:43 +02:00
sparse_product.cpp
add aliasing test for sparse*sparse product
2011-12-20 18:10:22 +01:00
sparse_solver.h
make sure we do not solve with a null right hand side
2012-06-06 17:11:50 +02: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
fix a few warnings
2012-06-15 09:06:32 +02: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
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
superlu_support.cpp
modify the unit tests of sparse linear solvers to enable tests on real matrices, from MatrixMarket for instance
2012-03-29 14:32:54 +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 more variable-set-but-not-used warnings on gcc 4.6
2011-10-31 00:51:36 -04:00
umeyama.cpp
fix umeyama test
2011-02-27 23:20:45 -05:00
umfpack_support.cpp
extend umfpack support
2012-06-04 10:39:57 +02: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 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
bug #86 : use internal:: namespace instead of ei_ prefix
2010-10-25 10:15:22 -04:00
zerosized.cpp
Add DenseStorage specializations for dynamic size with MaxSize = 0 (bug #288 ).
2011-06-24 13:47:11 +01:00