aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* this product still badly read the imaginary part on the diagonalGravatar Gael Guennebaud2010-11-22
* holy crap, i had disabled all static asserts in 71f023de3e7a41f456d538d4cdb75...Gravatar Benoit Jacob2010-11-22
* fix compilation of product_mmtrGravatar Gael Guennebaud2010-11-21
* add missing non const data() method to MapBaseGravatar Gael Guennebaud2010-11-21
* make sure our internal selfadjoint*vector product does not use the imaginary ...Gravatar Gael Guennebaud2010-11-21
* implements TRMV level 2 blas routineGravatar Gael Guennebaud2010-11-20
* make trmv uses direct accessGravatar Gael Guennebaud2010-11-20
* IBM XL C compiler supports __attribute__((aligned(n))) syntaxGravatar Gael Guennebaud2010-11-19
* fix typoGravatar Thomas Capricelli2010-11-19
* update rank 2 update docGravatar Gael Guennebaud2010-11-19
* makes rank 2 update function conformant to BLAS HER2Gravatar Gael Guennebaud2010-11-19
* fix compilation of transform * scalingGravatar Gael Guennebaud2010-11-19
* Add support for sparse symmetric permutationsGravatar Gael Guennebaud2010-11-18
* fix some remainign issue with ei_ -> internal changeGravatar Gael Guennebaud2010-11-16
* new feature: copy from a sparse selfadjoint view to a full sparse matrixGravatar Gael Guennebaud2010-11-15
* fix return type of rightHouseholderSequence()Gravatar Gael Guennebaud2010-11-15
* Correct std::map fix (two commits ago); copy fix to aligned_allocator doc.Gravatar Jitse Niesen2010-11-12
* properly use nested typesGravatar Gael Guennebaud2010-11-10
* prevent warningGravatar Gael Guennebaud2010-11-10
* generalize our internal rank K update routine to support more general A*B pro...Gravatar Gael Guennebaud2010-11-10
* add missing specializationGravatar Gael Guennebaud2010-11-09
* fix Eigen's trsv for complexesGravatar Gael Guennebaud2010-11-05
* blas level2: gemv and trsv are greenGravatar Gael Guennebaud2010-11-05
* trsv: simplifications/cleaningGravatar Gael Guennebaud2010-11-05
* trsv: add support for inner-stride!=1, reduce code instanciation, move implem...Gravatar Gael Guennebaud2010-11-05
* fix bug #107: SelfAdjointEigenSolver and RowMajor (and add unit test)Gravatar Gael Guennebaud2010-11-04
* fix matrix product bug with OpenMPGravatar Gael Guennebaud2010-11-03
* rm auto normalization in favor of clampingGravatar Gael Guennebaud2010-11-03
* Fix bug #65.Gravatar Hauke Heibel2010-11-02
* Added a comment on why is_arithmetic is used in DenseCoeffsBase.Gravatar Hauke Heibel2010-11-02
* Fixed compilation due to lacking Transform definitions.Gravatar Hauke Heibel2010-11-01
* oops (rm commented code)Gravatar Gael Guennebaud2010-11-01
* Let's be safe: enable auto normalization is quaternion to angle-axis code sin...Gravatar Gael Guennebaud2010-10-31
* add eigen2support Transform typedefs, add Eigen2To3 section on TransformGravatar Benoit Jacob2010-10-29
* document LvalueBit betterGravatar Benoit Jacob2010-10-28
* generalize the prune functionGravatar Gael Guennebaud2010-10-28
* fix sparse rankUpdate and triangularView iteratorGravatar Gael Guennebaud2010-10-27
* add the possibility to solve for sparse rhs with CholmodGravatar Gael Guennebaud2010-10-27
* Fixed bug #95 by changing _M_IX64 to _M_X64 as proposed by Jan Schlicht.Gravatar Hauke Heibel2010-10-27
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Fixed bug #84.Gravatar Hauke Heibel2010-10-21
* renaming: ei_matrix_storage -> DenseStorageGravatar Benoit Jacob2010-10-20
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
* work around stupid msvc error when constructing at compile time an expressionGravatar Benoit Jacob2010-10-19
* Fixed bug #79.Gravatar Hauke Heibel2010-10-19
* re-fix the broken msvc warning in JacobiSVDGravatar Benoit Jacob2010-10-18
* improvements in pages 5 and 7 of the tutorial.Gravatar Benoit Jacob2010-10-18
* fix stupid msvc warning in jacobisvdGravatar Benoit Jacob2010-10-18