aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* 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
| * fix the eigen3 part of bug #159 - build issue with selfadjointviewGravatar Benoit Jacob2011-01-26
| * eigen2 support: implement part<SelfAdjoint>, mimic eigen2 behavior braindeadn...Gravatar Benoit Jacob2011-01-25
| * 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 the...Gravatar Benoit Jacob2011-01-25
|/
* rename build stages to multiples of 10; old stage 2 becomes stage 15, while s...Gravatar Benoit Jacob2011-01-23
* relax Map const correctness in eigen2 support stages <= 3Gravatar Benoit Jacob2011-01-21
* 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 t...Gravatar Benoit Jacob2011-01-21
* lots more EIGEN2_SUPPORT fixes. Now several of the most important core tests ...Gravatar Benoit Jacob2011-01-20
* 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: no...Gravatar Benoit Jacob2011-01-19
* import eigen2 test suite. enable by defining EIGEN_TEST_EIGEN2Gravatar Benoit Jacob2011-01-19
* fix EIGEN_TEST_NOQT (reported by Philippe Hamelin)Gravatar Thomas Capricelli2011-01-14
* Make HouseholderSequence::setTrans() protected (cf. bug #50).Gravatar Jitse Niesen2011-01-06
* fix vectorization_logic unit test when defaulting to row majorGravatar Gael Guennebaud2011-01-04
* fix severe perf bug: coeff-based matrix products were not considered aligned,...Gravatar Benoit Jacob2011-01-02
* mergeGravatar Gael Guennebaud2010-12-31
|\
* | [Sparse] Added regression tests for the two bugfixes, the code passes all spa...Gravatar David J. Luitz2010-12-30
|/
* fix HouseholderSequence API, bug #50:Gravatar Benoit Jacob2010-12-30
* move BandMatrix and TridiagonalMatrix to the internal:: namespaceGravatar Benoit Jacob2010-12-25
* rename macroGravatar Benoit Jacob2010-12-25
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* Re-enabled the missing tests, again...Gravatar Hauke Heibel2010-12-16
* Improved the array unit test - internal::isApprox needs to use the same preci...Gravatar Hauke Heibel2010-12-16
* Uups - re-enabled subtests 1 to 5.Gravatar Hauke Heibel2010-12-16
* Fixed compound subtraction in ArrayBase where the assignment needs to be carr...Gravatar Hauke Heibel2010-12-16
* Added unit test for matrix creation from const raw data.Gravatar Hauke Heibel2010-12-15
* fix intermittend failure of schur_real test: there only is an iterative proce...Gravatar Benoit Jacob2010-12-10