aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* add missing copyrightsGravatar Gael Guennebaud2010-09-01
* fix bad mat * mat * scalar when the implicit conversion operator to a Matrix ...Gravatar Gael Guennebaud2010-08-31
* Docs: Improved the docs for writing functions taking Eigen types.Gravatar Hauke Heibel2010-08-27
* fix bad "using typename"Gravatar Gael Guennebaud2010-08-25
* Fix Sun CC parsing of Eigen/Core. In particular,Gravatar Gael Guennebaud2010-08-25
* didn't want to commit that bench change.Gravatar Benoit Jacob2010-08-24
* make a couple of typedefs public so stuff compilesGravatar Benoit Jacob2010-08-24
* fix 4x4 SSE inversion when storage orders don't matchGravatar Gael Guennebaud2010-08-24
* update inverse unit test to highlight another bug in SSE 4x4 inversion codeGravatar Gael Guennebaud2010-08-24
* fix inversion of 4x4 unaligned matricesGravatar Gael Guennebaud2010-08-24
* update this test to build against current eigen.Gravatar Benoit Jacob2010-08-23
* add TriangularMatrix::conjugate to be consistent since we have adjointGravatar Gael Guennebaud2010-08-23
* Docs: add section on resolving the aliasing issue.Gravatar Jitse Niesen2010-08-23
* Docs: Typos in ArrayBase doxygen commentsGravatar Jitse Niesen2010-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
* Fixed typos.Gravatar Hauke Heibel2010-08-19
* Simplified to product templates to a minimum of template parameters.Gravatar Hauke Heibel2010-08-19
* Removed unused code.Gravatar Hauke Heibel2010-08-19
* 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
* mergeGravatar Gael Guennebaud2010-08-18
|\
* | quickly mention how to solve a sparse problemGravatar Gael Guennebaud2010-08-18
| * disable NonLinearOptimization test until it's fixedGravatar Benoit Jacob2010-08-18
|/
* * 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
* fix warningsGravatar Benoit Jacob2010-08-16
* further improve compilation error message for array+=matrixGravatar Gael Guennebaud2010-08-16
* improve compilation error message for array+=matrix and the likesGravatar Gael Guennebaud2010-08-16
* fix declaration of AffineTransformType in TranslationGravatar Gael Guennebaud2010-08-16
* fix missdetection of GLUTGravatar Gael Guennebaud2010-08-16
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* slightly generalize the alignment assert in MapBaseGravatar Gael Guennebaud2010-08-16
* remove the aligned bit flag for non vectorizable typesGravatar Gael Guennebaud2010-08-16
* forgot to remove a #endifGravatar Benoit Jacob2010-08-13
* fix determination of number of registers on sse:Gravatar Benoit Jacob2010-08-13
* merge the backoutGravatar Benoit Jacob2010-08-11
|\
| * Backed out changeset 40f6e26a247976ba1868520a4747e49e0739a42aGravatar Benoit Jacob2010-08-11
* | Document EIGEN_NO_DEBUG macro.Gravatar Jitse Niesen2010-08-10
* | Aliasing doc: explain that some cases are detected, reverse order examples.Gravatar Jitse Niesen2010-08-08
* | Added more detailed docs to the QR decompositions classes.Gravatar Hauke Heibel2010-08-05
* | some small improvements to the page on functions taking eigen objects.Gravatar Benoit Jacob2010-08-04
* | Added more examples to the function writing tutorial including EigenBase, Den...Gravatar Hauke Heibel2010-08-04
* | Fixed some typos and reformulated a few sentences.Gravatar Hauke Heibel2010-08-04
* | Added a tutorial on writing functions taking Eigen types.Gravatar Hauke Heibel2010-08-04
* | fix warnings. The one in Reverse was potentially serious: coeff() methods sho...Gravatar Benoit Jacob2010-08-03
* | Fixed Affine transform typedef.Gravatar Hauke Heibel2010-08-02