eigen/test
2010-10-13 09:40:57 -04: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 noalias was wrongly skipping automatic transposition 2010-09-02 19:18:34 +02:00
block.cpp Compilation fix. 2010-06-21 08:58:23 +02:00
cholesky.cpp fix += return by value like operations 2010-09-06 11:51:42 +02:00
CMakeLists.txt remove SVD class (was bad code taked from elsewhere) 2010-10-12 10:19:59 -04: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
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 * disable unalignment detection when vectorization is not enabled 2010-08-18 09:35:55 +02:00
geo_transformations.cpp Matrix product refactoring (rhs products only). 2010-08-19 19:25:35 +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 update inverse unit test to highlight another bug in SSE 4x4 inversion code 2010-08-24 12:38:20 +02:00
jacobi.cpp fix the Jacobi bug, expand unit test 2010-10-12 09:43:40 -04:00
jacobisvd.cpp fix bug #44: use VERIFY_IS_APPROX instead of exact comparison to please x87 extended precision 2010-10-13 09:40:57 -04:00
linearstructure.cpp fix += return by value like operations 2010-09-06 11:51:42 +02:00
lu.cpp Utilize Index in all unit tests. 2010-06-20 17:37:56 +02:00
main.h Matrix product refactoring (rhs products only). 2010-08-19 19:25:35 +02:00
map.cpp * disable unalignment detection when vectorization is not enabled 2010-08-18 09:35:55 +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 now that we properly support mixing real-complex: clean mixingtypes test 2010-07-22 13:15:49 +02:00
nesting_ops.cpp fix bad tests 2010-06-28 01:01:29 +02:00
nomalloc.cpp remove SVD class (was bad code taked from elsewhere) 2010-10-12 10:19:59 -04: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 update unit test for new API 2010-07-15 08:38:31 +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 fix bad mat * mat * scalar when the implicit conversion operator to a Matrix is used 2010-08-31 09:54:38 +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 add missing specialization for vector * selfadjoint 2010-08-19 14:05:21 +02:00
product_syrk.cpp extend product unit tests 2010-07-07 10:50:40 +02:00
product_trmm.cpp extend product unit tests 2010-07-07 10:50:40 +02:00
product_trmv.cpp typo 2010-07-07 11:13:30 +02:00
product_trsolve.cpp fix storage order request 2010-07-20 22:08:48 +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 Fixed Geometry module failures. 2010-08-17 20:03:50 +02:00
redux.cpp Relaxed precision test. 2010-07-04 14:04:07 +02:00
resize.cpp Utilize Index in all unit tests. 2010-06-20 17:37:56 +02:00
runtest.sh
schur_complex.cpp
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 fix SparseView: clean the nested matrix type 2010-07-22 15:57:01 +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
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 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 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 add TriangularMatrix::conjugate to be consistent since we have adjoint 2010-08-23 23:38:35 +02:00
umeyama.cpp
unalignedassert.cpp
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 Backed out changeset 40f6e26a24 2010-08-11 00:04:06 -04:00
visitor.cpp