aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* 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
* fix some remainign issue with ei_ -> internal changeGravatar Gael Guennebaud2010-11-16
* 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
* 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 matrix product bug with OpenMPGravatar Gael Guennebaud2010-11-03
* Added a comment on why is_arithmetic is used in DenseCoeffsBase.Gravatar Hauke Heibel2010-11-02
* document LvalueBit betterGravatar Benoit Jacob2010-10-28
* 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
* Fixed bug #79.Gravatar Hauke Heibel2010-10-19
* improvements in pages 5 and 7 of the tutorial.Gravatar Benoit Jacob2010-10-18
* add jacobiSvd() method, update test & docsGravatar Benoit Jacob2010-10-17
* bump to 2.92.0Gravatar Benoit Jacob2010-10-15
* fix compilation and warnings with fcc 4.0.1Gravatar Gael Guennebaud2010-10-13
* remove SVD class (was bad code taked from elsewhere)Gravatar Benoit Jacob2010-10-12
* set ColPivHouseholderQR as default preconditioner for JacobiSVDGravatar Benoit Jacob2010-10-11
* add option to compute thin U/V.Gravatar Benoit Jacob2010-10-08
* Rework JacobiSVD api / template parameters.Gravatar Benoit Jacob2010-10-08
* MSVC for windows mobile does not have the errno.h fileGravatar Gael Guennebaud2010-10-07
* fix compilation on ubuntu 9.04's version of gcc 4.3 (yes, wtf)Gravatar Benoit Jacob2010-09-27
* fix += return by value like operationsGravatar Gael Guennebaud2010-09-06
* noalias was wrongly skipping automatic transpositionGravatar Gael Guennebaud2010-09-02
* fix bad mat * mat * scalar when the implicit conversion operator to a Matrix ...Gravatar Gael Guennebaud2010-08-31
* fix bad "using typename"Gravatar Gael Guennebaud2010-08-25
* Fix Sun CC parsing of Eigen/Core. In particular,Gravatar Gael Guennebaud2010-08-25
* make a couple of typedefs public so stuff compilesGravatar Benoit Jacob2010-08-24
* add TriangularMatrix::conjugate to be consistent since we have adjointGravatar Gael Guennebaud2010-08-23
* Docs: Add references to TopicClassHierarchyGravatar Jitse Niesen2010-08-22
* Document DenseCoeffsBaseGravatar Jitse Niesen2010-08-22
* Fixed DiagonalMatrix assignment.Gravatar Hauke Heibel2010-08-21
* Matrix product refactoring (rhs products only).Gravatar Hauke Heibel2010-08-19
* fix ugly conversion from double[2] to complexGravatar Gael Guennebaud2010-08-19
* add missing specialization for vector * selfadjointGravatar Gael Guennebaud2010-08-19
* * disable unalignment detection when vectorization is not enabledGravatar Gael Guennebaud2010-08-18
* Fixed Geometry module failures.Gravatar Hauke Heibel2010-08-17
* fix Transform() constructor taking a Transform with other mode.Gravatar Benoit Jacob2010-08-16