eigen/test
Benoit Jacob d671205755 fix the nomalloc test: it didn't catch the ei_stack_alloc in
cachefriendlyproduct, that should be banned as well as depending on the
platform they can give a malloc, and they could happen even with (large
enough) fixed size matrices. Corresponding fix in Product.h:
cachefriendly is now only used for dynamic matrices -- fixedsize, no
matter how large, doesn't use the cachefriendly product. We don't need
to care (in my opinion) about performance for large fixed size, as large
fixed size is a bad idea in the first place and it is more important to
be able to guarantee clearly that fixed size never causes a malloc.
2008-12-31 00:25:31 +00:00
..
adjoint.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
alignedbox.cpp Add an axis aligned box in the geometry module. 2008-10-26 15:04:31 +00:00
array.cpp add lpNorm<p>() method to MatrixBase, implemented in Array module, with 2008-11-03 22:47:00 +00:00
basicstuff.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
cholesky.cpp * more MSVC warning fixes from Kenneth Riddile 2008-12-19 02:59:04 +00:00
CMakeLists.txt add unit-test checking the assertion on unaligned arrays -- checking 2008-12-31 00:05:22 +00:00
commainitializer.cpp * remove LargeBit and related stuff 2008-08-23 17:11:44 +00:00
cwiseop.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
determinant.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
dynalloc.cpp compilation fixes with MSVC 2008-09-03 11:26:19 +00:00
eigensolver.cpp * extractRotation ---> rotation 2008-12-19 14:52:03 +00:00
geometry.cpp add matrix * transform product 2008-12-19 16:31:22 +00:00
gsl_helper.h * bug fixes in: Dot, generalized eigen problem, singular matrix detetection in Cholesky 2008-08-23 15:14:20 +00:00
hyperplane.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
inverse.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
linearstructure.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
lu.cpp LU class: 2008-12-17 16:47:55 +00:00
main.h * fix in IO.h, a useless copy was made because of assignment from 2008-12-18 20:36:25 +00:00
map.cpp * make WithAlignedOperatorNew always align even when vectorization is disabled 2008-12-30 14:11:35 +00:00
meta.cpp bugfix in Product and ei_L2_block_traits 2008-08-24 16:00:17 +00:00
miscmatrices.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
mixingtypes.cpp * add unit-tests to check allowed and forbiddent mixing of different scalar types 2008-12-22 19:17:44 +00:00
nomalloc.cpp fix the nomalloc test: it didn't catch the ei_stack_alloc in 2008-12-31 00:25:31 +00:00
packetmath.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
parametrizedline.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
product_large.cpp bugfix in DiagonalProduct: a "DiagonalProduct<SomeXpr>" expression 2008-12-10 19:02:13 +00:00
product_small.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
product.h Update e-mail address 2008-11-24 13:40:43 +00:00
qr.cpp * Merge Extract and Part to the Part expression. 2008-07-21 00:34:46 +00:00
regression.cpp * Much better, consistent error msgs when mixing different scalar types: 2008-12-03 21:01:55 +00:00
runtest.sh * bug fixes in: Dot, generalized eigen problem, singular matrix detetection in Cholesky 2008-08-23 15:14:20 +00:00
sizeof.cpp fix some compile errors with gcc 4.3, some warnings, some documentation 2008-06-06 13:10:00 +00:00
smallvectors.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
sparse_basic.cpp Sparse module: add a more flexible SparseMatrix::fillrand() function 2008-12-11 18:26:24 +00:00
sparse_solvers.cpp Sparse module: 2008-12-27 18:13:29 +00:00
sparse.h Several improvements in sparse module: 2008-11-05 13:47:55 +00:00
submatrices.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
sum.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
svd.cpp if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with 2008-09-01 17:31:21 +00:00
triangular.cpp * the Upper->UpperTriangular change 2008-12-20 13:36:12 +00:00
unalignedassert.cpp add unit-test checking the assertion on unaligned arrays -- checking 2008-12-31 00:05:22 +00:00