aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Inverse.h
Commit message (Expand)AuthorAge
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* Fix nested_eval<Product<> > which wrongly returned a Product<> expressionGravatar Gael Guennebaud2014-09-24
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* workaround MSVC compilation issue (shadow issue)Gravatar Gael Guennebaud2014-09-16
* Fix inverse evaluatorGravatar Gael Guennebaud2014-06-25
* mergeGravatar Gael Guennebaud2014-06-20
|\
* | 1- Introduce sub-evaluator types for unary, binary, product, and map expressi...Gravatar Gael Guennebaud2014-06-20
| * Fix typo in Inverse.hGravatar Jitse Niesen2014-04-15
|/
* Resurect EvalBeforeNestingBit to control nested_evalGravatar Gael Guennebaud2014-03-12
* Split LU/Inverse.h to Core/Inverse.h for the generic Inverse expression, and ...Gravatar Gael Guennebaud2014-02-24