aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* fix unit tests for integer types in preparation for next changeset making ↵Gravatar Benoit Jacob2011-02-07
| | | | random<int> span over a much bigger range
* 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 ↵Gravatar Gael Guennebaud2011-02-01
| | | | | | TriangularView::solveInPlace less important. Also fix the very outdated documentation of this function.
* extend nomalloc testGravatar Gael Guennebaud2011-02-01
|
* implement optimized path for selfadjoint rank 1 update (safe regarding ↵Gravatar Gael Guennebaud2011-02-01
| | | | dynamic alloc)
* 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 ↵Gravatar Benoit Jacob2011-01-31
| | | | YES_I_KNOW_NOT_STABLE
* 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 ↵Gravatar Benoit Jacob2011-01-27
| | | | stage 10. Didn't have a choice as lots of eigen code is using it.
* mergeGravatar Gael Guennebaud2011-01-27
|\
* | fix MaxCols in ComplexEigenSolver which was causing memory allocation ↵Gravatar Gael Guennebaud2011-01-27
| | | | | | | | instead of static allocation in the nomalloc test. Uncomment commenetd parts of the nomalloc test since now matrix-matrix products are safe.
* | EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET must be defined to use ↵Gravatar Gael Guennebaud2011-01-27
| | | | | | | | Eigen/Sparse
| * 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
| | | | products
* allow mixed complex-real and real-complex dot productsGravatar Gael Guennebaud2011-01-27
|
* import back LeastSquares into eigen2support. Pass most of eigen2's ↵Gravatar Benoit Jacob2011-01-26
| | | | 'regression' test, except for regression_4 which is about complex numbers.
* mergeGravatar Gael Guennebaud2011-01-26
|\
* | extend PermutationMatrix and Transpositions to support arbitrary interger ↵Gravatar Gael Guennebaud2011-01-26
| | | | | | | | types and to support the Map/Wrapper model via base and derived classes
| * fix the remainder of bug #159Gravatar Benoit Jacob2011-01-26
| |
| * fix the eigen3 part of bug #159 - build issue with selfadjointviewGravatar Benoit Jacob2011-01-26
| |
| * eigen2 support: implement part<SelfAdjoint>, mimic eigen2 behavior ↵Gravatar Benoit Jacob2011-01-25
| | | | | | | | braindeadness-for-braindeadness
| * eigen2: pass QR decomposition and hyperplane testsGravatar Benoit Jacob2011-01-25
| |
| * eigen2: pass lu testGravatar Benoit Jacob2011-01-25
| |
| * eigen2: split testsGravatar Benoit Jacob2011-01-25
| |
| * disable eigen2_first_aligned test, it's completely internal stuffGravatar Benoit Jacob2011-01-25
| |
| * fix eigen2_bug_132 testGravatar Benoit Jacob2011-01-25
| |
| * let eigen2 tests use the same ei_add_test macro, which required to prefix ↵Gravatar Benoit Jacob2011-01-25
|/ | | | them with eigen2_ ; rename buildtests_eigen2 to eigen2_buildtests, etc.
* rename build stages to multiples of 10; old stage 2 becomes stage 15, while ↵Gravatar Benoit Jacob2011-01-23
| | | | stage 20 generates errors (instead of warnings) on conflicting API.
* relax Map const correctness in eigen2 support stages <= 3Gravatar Benoit Jacob2011-01-21
| | | | introduce new 'strict' stage 4
* remove eigen2 vectorization_logic test, it's not an API testGravatar Benoit Jacob2011-01-21
|
* make eigen2 submatrices test passGravatar Benoit Jacob2011-01-21
|
* introduce the 3 stages of eigen2 support, writing to the mailing list about ↵Gravatar Benoit Jacob2011-01-21
| | | | that in Eigen2 to Eigen3 Migration Path thread
* lots more EIGEN2_SUPPORT fixes. Now several of the most important core tests ↵Gravatar Benoit Jacob2011-01-20
| | | | build and succeed.
* Completely disable Eigen/Array in Eigen3; completely enable in EIGEN2_SUPPORT.Gravatar Benoit Jacob2011-01-20
|
* big eigen2support fix, aimed at users who relied on internal eigen2 stuff: ↵Gravatar Benoit Jacob2011-01-19
| | | | | | | | | | now we dont need customizations in test/eigen2/main.h anymore. These tests already build: eigen2_basicstuff eigen2_adjoint eigen2_linearstructure eigen2_prec_inverse_4x4