aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* * added innerSize / outerSize functions to MatrixBaseGravatar Gael Guennebaud2008-06-28
* fix breakage from my last commitGravatar Benoit Jacob2008-06-28
* * update CMakeLists, only build instantiations if TEST_LIB is definedGravatar Benoit Jacob2008-06-27
* fix a couple of issues in the new Map.hGravatar Benoit Jacob2008-06-27
* * rework Map, allow vectorizationGravatar Benoit Jacob2008-06-27
* various work on the Sparse module:Gravatar Gael Guennebaud2008-06-26
* change derived classes methods from "private:_method()"Gravatar Benoit Jacob2008-06-26
* * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned)Gravatar Benoit Jacob2008-06-26
* make use of ei_pmadd in dot-product: will further improve performanceGravatar Benoit Jacob2008-06-24
* * vectorize dot product, copying code from sum.Gravatar Benoit Jacob2008-06-24
* * add ei_pdiv intrinsic, make quotient functor vectorizableGravatar Benoit Jacob2008-06-23
* optimize linear vectorization both in Assign and Sum (optimal amortized perf)Gravatar Gael Guennebaud2008-06-23
* add experimental code for sparse matrix:Gravatar Gael Guennebaud2008-06-23
* quick temporary fix for a perf issue we just identified withGravatar Benoit Jacob2008-06-23
* split sum away from redux and vectorize it.Gravatar Benoit Jacob2008-06-23
* * implement slice vectorization. Because it uses unalignedGravatar Benoit Jacob2008-06-22
* work on rotations in the Geometry module:Gravatar Gael Guennebaud2008-06-21
* Override MatrixBase::eval() since matrices don't needGravatar Benoit Jacob2008-06-20
* * added a pseudo expression Array giving access to:Gravatar Gael Guennebaud2008-06-20
* move "enum" back to "const int" int ei_assign_impl: in fact, castingGravatar Gael Guennebaud2008-06-20
* * more cleaning in ProductGravatar Gael Guennebaud2008-06-19
* * refactoring of Product:Gravatar Gael Guennebaud2008-06-19
* fix two bugs dicovered by the previous commit.Gravatar Gael Guennebaud2008-06-16
* * Block: row and column expressions in the inner directionGravatar Benoit Jacob2008-06-16
* aaargh.Gravatar Benoit Jacob2008-06-16
* fix bug in computation of unrolling limit: div instead of mulGravatar Benoit Jacob2008-06-16
* * Big rework of Assign.h:Gravatar Benoit Jacob2008-06-16
* Added an extensible mechanism to support any kind of rotationGravatar Gael Guennebaud2008-06-15
* * split Product to a DiagonalProduct template specializationGravatar Gael Guennebaud2008-06-15
* Started a Transform class in the Geometry module to representGravatar Gael Guennebaud2008-06-15
* * Added a generalized eigen solver for the selfadjoint case.Gravatar Gael Guennebaud2008-06-14
* Add QR and Cholesky module instantiations in the lib.Gravatar Gael Guennebaud2008-06-14
* * even though the _Flags default to the corrected value, still correctGravatar Benoit Jacob2008-06-13
* * make the _Flags template parameter of Matrix default to the correctedGravatar Benoit Jacob2008-06-13
* Added a Hessenberg decomposition class for both real and complex matrices.Gravatar Gael Guennebaud2008-06-08
* * rewrite of the QR decomposition:Gravatar Gael Guennebaud2008-06-07
* * remove Cross product expression: MatrixBase::cross() now returns a temporaryGravatar Gael Guennebaud2008-06-07
* * move some compile time "if" to their respective unroller (assign and dot)Gravatar Gael Guennebaud2008-06-07
* Updated fuzzy comparisons to use L2 norm as all my experimentsGravatar Gael Guennebaud2008-06-06
* fix a compilation issue in non debug modeGravatar Gael Guennebaud2008-06-06
* fix some compile errors with gcc 4.3, some warnings, some documentationGravatar Benoit Jacob2008-06-06
* add an optimized path for the tridiagonalization of a 3x3 matrix.Gravatar Gael Guennebaud2008-06-04
* added a static assertion mechanismGravatar Gael Guennebaud2008-06-04
* fix eigenvectors computations :)Gravatar Gael Guennebaud2008-06-03
* * add CommaInitializer::finished to allow the use of (Matrix3() << v0, v1, v2...Gravatar Gael Guennebaud2008-06-03
* improved Quaternion class:Gravatar Gael Guennebaud2008-06-03
* add a geometry unit test and fix a couple of typo in Quaternion.hGravatar Gael Guennebaud2008-06-03
* - get the doc of the enums in MatrixBase rightGravatar Benoit Jacob2008-06-03
* * start of the Geometry module with a cross product and quaternion expressionsGravatar Gael Guennebaud2008-06-02
* big changes in Doxygen configuration; work around bug with doxygen parsing ofGravatar Benoit Jacob2008-06-02