eigen/test
2010-09-23 11:15:36 +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 add support for mixing type in trsv 2010-07-13 16:03:49 +02:00
CMakeLists.txt Removed debug outputs. 2010-07-28 10:47:58 +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 * 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
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 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 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 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 big huge changes, so i dont remember everything. 2009-10-28 18:19:29 -04:00
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 * Remove test_ prefix in tests 2009-12-02 12:07:47 -05:00
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 big huge changes, so i dont remember everything. 2009-10-28 18:19:29 -04:00
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 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 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
svd.cpp Fixed bad memory access in the SVD. 2010-09-23 11:15:36 +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 Remove some Array #includes. 2010-01-21 12:31:03 +00: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 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 the Index types change. 2010-05-30 16:00:58 -04:00