aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* spelling + some krazy directivesGravatar Gael Guennebaud2008-08-28
* * Add an HyperPlane class in the Geometry moduleGravatar Gael Guennebaud2008-08-28
* bugfix in test/packetmath.hGravatar Gael Guennebaud2008-08-25
* Fix a bug discovered in Avogadro: the AngleAxis*Matrix and the newerGravatar Benoit Jacob2008-08-24
* Rename someOrthogonal to unitOrthogonal. Fix a bug in it, with dyn-size vecto...Gravatar Benoit Jacob2008-08-24
* nothing to see hereGravatar Gael Guennebaud2008-08-24
* bugfix in Product and ei_L2_block_traitsGravatar Gael Guennebaud2008-08-24
* temporary fix of the pèrevious commitGravatar Gael Guennebaud2008-08-24
* * split Meta.h to Meta.h (generic meta programming) and XprHelper.h (relates ...Gravatar Gael Guennebaud2008-08-24
* * add documentation of the cool (?) "print with format" featureGravatar Gael Guennebaud2008-08-23
* * remove LargeBit and related stuffGravatar Gael Guennebaud2008-08-23
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...Gravatar Gael Guennebaud2008-08-23
* extended cwise unit tests to cover all Cwise APIGravatar Gael Guennebaud2008-08-22
* * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver...Gravatar Gael Guennebaud2008-08-22
* fix a number of compiler errors and warnings with gcc 4.3. There was a missingGravatar Benoit Jacob2008-08-22
* extend sparse unit test and more bugfix, major todo: finilize the SparseSetterGravatar Gael Guennebaud2008-08-21
* *patch by Daniel Gomez:Gravatar Gael Guennebaud2008-08-21
* disable the vectorization of div for AltiVecGravatar Gael Guennebaud2008-08-21
* * Add the possibility to customize the output of matrices, e.g.:Gravatar Gael Guennebaud2008-08-21
* Add a packetmath unit test, re-enable the comma-initializer unit test,Gravatar Gael Guennebaud2008-08-20
* Fix bugs in Sum.h, add unit-testGravatar Benoit Jacob2008-08-20
* Added a SVD module:Gravatar Gael Guennebaud2008-08-19
* Various compilation fixes for MSVC 9. All tests compile but someGravatar Gael Guennebaud2008-08-19
* *add operator()(int) for vectors, synonymous to operator[](int).Gravatar Benoit Jacob2008-08-18
* bugfix in CholeskyWithoutSquareRoot::solve found by Timothy HunterGravatar Gael Guennebaud2008-08-16
* last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps toGravatar Benoit Jacob2008-08-12
* * add Regression module, from eigen1, improved, with doc and unit-test.Gravatar Benoit Jacob2008-08-11
* renamed inverseProduct => solveTriangularGravatar Gael Guennebaud2008-08-09
* * add LU unit-test. Seems like we have very good numerical stability!Gravatar Benoit Jacob2008-08-09
* *implement LU solver (solves any rectangular system)Gravatar Benoit Jacob2008-08-09
* * LU decomposition, supporting all rectangular matrices, with fullGravatar Benoit Jacob2008-08-04
* Optimizations:Gravatar Gael Guennebaud2008-08-01
* * Rewrite the triangular solver so that we can take advantage of our efficien...Gravatar Gael Guennebaud2008-07-26
* update the inverse test a littleGravatar Benoit Jacob2008-07-26
* Add .perpendicular() function in Geometry module (adapted from Eigen1)Gravatar Gael Guennebaud2008-07-22
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* Added MatrixBase::Unit*() static function to easily create unit/basis vectors.Gravatar Gael Guennebaud2008-07-19
* * Fix a couple of issues related to the recent cache friendly productsGravatar Gael Guennebaud2008-07-19
* * big rework of Inverse.h:Gravatar Benoit Jacob2008-07-15
* Add a *very efficient* evaluation path for both col-major matrix * vectorGravatar Gael Guennebaud2008-07-12
* - many updates after Cwise changeGravatar Benoit Jacob2008-07-08
* the big Array/Cwise rework as discussed on the mailing list. The new APIGravatar Benoit Jacob2008-07-08
* fix issues in previously added additionnal product testsGravatar Gael Guennebaud2008-07-06
* * do the ActualPacketAccesBit change as discussed on listGravatar Benoit Jacob2008-07-04
* * fix compilation issue in ProductGravatar Gael Guennebaud2008-07-02
* * added innerSize / outerSize functions to MatrixBaseGravatar Gael Guennebaud2008-06-28
* * rework Map, allow vectorizationGravatar Benoit Jacob2008-06-27
* * vectorize dot product, copying code from sum.Gravatar Benoit Jacob2008-06-24
* * implement slice vectorization. Because it uses unalignedGravatar Benoit Jacob2008-06-22
* forgot to add the unit test array.cppGravatar Gael Guennebaud2008-06-21