aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* * 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
* work around Doxygen bug triggered by r814874, which caused many classes to di...Gravatar Benoit Jacob2008-06-02
* Added the computation of eigen vectors in the symmetric eigen solver.Gravatar Gael Guennebaud2008-06-02
* since m*m.adjoint() is positive, so are its eigenvalues, so no need forGravatar Benoit Jacob2008-06-02
* - add MatrixBase::eigenvalues() convenience methodGravatar Benoit Jacob2008-06-02
* fix a couple of issues making the eigensolver test compile and run without ab...Gravatar Benoit Jacob2008-06-02
* Rewrite from scratch of the eigen solver for symmetric matricesGravatar Gael Guennebaud2008-06-02
* * added a Tridiagonalization class for selfadjoint matricesGravatar Gael Guennebaud2008-06-01
* meagre outcome for so much time spent!Gravatar Benoit Jacob2008-06-01
* added an *optional* Eigen2 dynamic library.Gravatar Gael Guennebaud2008-05-31
* added optimized matrix times diagonal matrix product via Diagonal flag shortcut.Gravatar Gael Guennebaud2008-05-31
* moved purely "array" related stuff to a new module Array.Gravatar Gael Guennebaud2008-05-31
* updated EigenSolver to use .coeff / .coeffRefGravatar Gael Guennebaud2008-05-31
* simply a bit the basic product moving dynamic loopsGravatar Gael Guennebaud2008-05-31
* * replace compile-time-if by meta-selector in Assign.hGravatar Gael Guennebaud2008-05-31
* Added ArrayBit to get the ability to manipulate a Matrix like a simple scalar.Gravatar Gael Guennebaud2008-05-29
* now the unit-tests (hence all of Eigen) don't depend on Qt at allGravatar Benoit Jacob2008-05-29
* many small fixes and documentation improvements,Gravatar Benoit Jacob2008-05-29
* * updated the assignement operator macro so that overloadsGravatar Gael Guennebaud2008-05-28
* * change Flagged to take into account NestByValue onlyGravatar Gael Guennebaud2008-05-28
* * added _*coeffRef members in NestedByValueGravatar Gael Guennebaud2008-05-28
* hehe, the complicated nesting scheme in Flagged in the previous commitGravatar Benoit Jacob2008-05-28
* * find the proper way of nesting the expression in Flagged:Gravatar Benoit Jacob2008-05-28
* * fix the QR module to use extract/part instead of the previous triangular stuffGravatar Gael Guennebaud2008-05-27
* part 2 of big change: rename Triangular.h -> Extract.hGravatar Benoit Jacob2008-05-27
* - introduce Part and Extract classes, splitting and extending the formerGravatar Benoit Jacob2008-05-27
* some documentation fixes (Cwise* and Cholesky)Gravatar Gael Guennebaud2008-05-22