aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* fix icc warning #68Gravatar Benoit Jacob2011-02-22
* also test non_projective_only with row major transformationsGravatar Gael Guennebaud2011-02-22
* fix bug #190: directly pass Transform Options to Matrix, allowing to use RowM...Gravatar Benoit Jacob2011-02-22
* disable output compression since this feature seems to be brokenGravatar Gael Guennebaud2011-02-21
* workaround ICC aggressive optimizationGravatar Gael Guennebaud2011-02-21
* fix bug #176 (workaround a too aggressive optimization made by ICC)Gravatar Gael Guennebaud2011-02-21
* remove unused codeGravatar Gael Guennebaud2011-02-18
* mergeGravatar Gael Guennebaud2011-02-18
|\
* | remove largeEps in adjoint unit test and use a more accurate test_isApproxWit...Gravatar Gael Guennebaud2011-02-18
| * fix bug #187: stable norm test was quite brokenGravatar Benoit Jacob2011-02-18
|/
* extend mapstride unit test to test unaligned configurationsGravatar Gael Guennebaud2011-02-18
* typoGravatar Gael Guennebaud2011-02-17
* factorize implementation of standard real unary math functions, and add acos,...Gravatar Gael Guennebaud2011-02-17
* make check no test everything - also rm the EigenTesting cmake sub-projectGravatar Gael Guennebaud2011-02-17
* undo debugging changeGravatar Benoit Jacob2011-02-16
* Fix bug #89: on GCC <= 4.3, use a custom assert implementation to work around...Gravatar Benoit Jacob2011-02-16
* fix unit tests for integer types in preparation for next changeset making ran...Gravatar Benoit Jacob2011-02-07
* extend ctest script for SSSE3 and aboveGravatar Gael Guennebaud2011-02-03
* add Map static methods taking Strides, add test checking for compilation errorsGravatar Benoit Jacob2011-02-03
* fix MSVC8 compilationGravatar Gael Guennebaud2011-02-03
* add global tan functionGravatar Gael Guennebaud2011-02-03
* fix 168 : now TriangularView::solve returns by value making TriangularView::s...Gravatar Gael Guennebaud2011-02-01
* extend nomalloc testGravatar Gael Guennebaud2011-02-01
* implement optimized path for selfadjoint rank 1 update (safe regarding dynami...Gravatar Gael Guennebaud2011-02-01
* forgot hg addGravatar Benoit Jacob2011-02-01
* relax Matrix/Array(Index) ctors to allow size 0, add test.Gravatar Benoit Jacob2011-02-01
* fix trmv regarding strided vectors and static allocation of temporariesGravatar Gael Guennebaud2011-02-01
* fix dynamic allocation for fixed size objects in matrix-vector productGravatar Gael Guennebaud2011-01-31
* eigen2 support: pass remaining 2 testsGravatar Benoit Jacob2011-01-31
* eigen2support: disable sparse tests, and do not require to define YES_I_KNOW_...Gravatar Benoit Jacob2011-01-31
* make eigen2 eigensolver test passGravatar Benoit Jacob2011-01-31
* now gemv supports stridesGravatar Gael Guennebaud2011-01-30
* make eigen2 cholesky test passGravatar Benoit Jacob2011-01-28
* typoGravatar Gael Guennebaud2011-01-28
* dot() now always uses eigen3 convention, even in eigen2 support mode, even st...Gravatar Benoit Jacob2011-01-27
* mergeGravatar Gael Guennebaud2011-01-27
|\
* | fix MaxCols in ComplexEigenSolver which was causing memory allocation instead...Gravatar Gael Guennebaud2011-01-27
* | EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET must be defined to use Eigen...Gravatar Gael Guennebaud2011-01-27
| * add test for geometry with eigen2_ prefixes. fix that stuff.Gravatar Benoit Jacob2011-01-27
|/
* add an Options template parameter to Hyperplane and ParametrizedLineGravatar Gael Guennebaud2011-01-27
* Added regression tests for bug #148.Gravatar Hauke Heibel2011-01-27
* Add an Options template paramter to Transform to enable/disable alignmentGravatar Gael Guennebaud2011-01-27
* test case for unaligned quaternionGravatar Jakob Schwendner2011-01-27
* fix mixingtypes unit testGravatar Gael Guennebaud2011-01-27
* fix cross product for complexes and add support for mixed real-complex cross ...Gravatar Gael Guennebaud2011-01-27
* allow mixed complex-real and real-complex dot productsGravatar Gael Guennebaud2011-01-27
* import back LeastSquares into eigen2support. Pass most of eigen2's 'regressio...Gravatar Benoit Jacob2011-01-26
* mergeGravatar Gael Guennebaud2011-01-26
|\
* | extend PermutationMatrix and Transpositions to support arbitrary interger typ...Gravatar Gael Guennebaud2011-01-26
| * fix the remainder of bug #159Gravatar Benoit Jacob2011-01-26