aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MatrixBase.h
Commit message (Expand)AuthorAge
* Fix bug #482: pass scalar value by const reference (it remained a few cases)Gravatar Gael Guennebaud2013-04-12
* Implement complex MatrixPowerTriangular. There are still problems with real one.Gravatar Chen-Pang He2012-09-30
* Let KroneckerProduct inherit ReturnByValue to eliminate temporary evaluation....Gravatar Chen-Pang He2012-10-15
* Make kroneckerProduct take two arguments and return an expression, which is m...Gravatar Chen-Pang He2012-10-15
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
* MergeGravatar Jitse Niesen2012-09-29
|\
* | Eliminate unnecessary evaluationsGravatar Chen-Pang He2012-09-23
| * workaround weird compilation error with MSVCGravatar Gael Guennebaud2012-09-14
|/
* Tidy up and write dox.Gravatar Chen-Pang He2012-08-28
* matrix power: MatrixBase::pow(RealScalar) and MatrixBase::pow(T) where T is i...Gravatar jdh82012-08-15
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Add a DynamicIndex constant for signed quantities and use it to fix the conflictGravatar Gael Guennebaud2012-07-10
* bug #482: pass scalar arguments by const references. This changeset only conc...Gravatar Gael Guennebaud2012-06-28
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* fix a few warnings: change of sign and missing return statementGravatar Gael Guennebaud2012-01-31
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* back out 842881cfb1b8ece6e41c58f0466ae979e514d001Gravatar Benoit Jacob2011-06-15
* bug #298 - let normalize() return a reference to *thisGravatar Andy Somerville2011-06-15
* Implement matrix logarithm + test + docs.Gravatar Jitse Niesen2011-06-07
* Implement and document MatrixBase::sqrt().Gravatar Jitse Niesen2011-05-09
* Improve documentation of plugins.Gravatar Jitse Niesen2011-02-13
* Made MatrixBase::BasisReturnType const.Gravatar Hauke Heibel2011-02-05
* fix misc warningsGravatar Thomas Capricelli2011-02-04
* fix compilation with MSVC2005 (strange, stupid fixes for MSVC9 confuse MSVC8....Gravatar Gael Guennebaud2011-02-02
* fix compilation with gcc 4.2 and olderGravatar Gael Guennebaud2011-01-28
* dot() now always uses eigen3 convention, even in eigen2 support mode, even st...Gravatar Benoit Jacob2011-01-27
* add test for geometry with eigen2_ prefixes. fix that stuff.Gravatar Benoit Jacob2011-01-27
* fix cross product for complexes and add support for mixed real-complex cross ...Gravatar Gael Guennebaud2011-01-27
* allow mixed complex-real and real-complex dot productsGravatar Gael Guennebaud2011-01-27
* mergeGravatar Gael Guennebaud2011-01-26
|\
* | extend PermutationMatrix and Transpositions to support arbitrary interger typ...Gravatar Gael Guennebaud2011-01-26
| * eigen2 support: import SVD back, pass SVD testsGravatar Benoit Jacob2011-01-26
| * fix buildGravatar Benoit Jacob2011-01-25
| * eigen2 support: implement part<SelfAdjoint>, mimic eigen2 behavior braindeadn...Gravatar Benoit Jacob2011-01-25
| * eigen2: pass QR decomposition and hyperplane testsGravatar Benoit Jacob2011-01-25
| * eigen2: pass the inverse testGravatar Benoit Jacob2011-01-25
| * eigen2: pass lu testGravatar Benoit Jacob2011-01-25
|/
* import eigen2 Geometry module into Eigen2Support.Gravatar Benoit Jacob2011-01-24
* pass eigen2's triangular testGravatar Benoit Jacob2011-01-23
* Move part() to EIGEN2_SUPPORT (had been deprecated for a long time)Gravatar Benoit Jacob2011-01-23
* make eigen2 visitor test passGravatar Benoit Jacob2011-01-23
* rename build stages to multiples of 10; old stage 2 becomes stage 15, while s...Gravatar Benoit Jacob2011-01-23
* introduce the 3 stages of eigen2 support, writing to the mailing list about t...Gravatar Benoit Jacob2011-01-21
* fixed msvc9 build errors.Gravatar Jose Luis Blanco2010-12-29
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* Postfixed add_const and remove_const by _on_value_type to express the differe...Gravatar Hauke Heibel2010-11-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19