index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Core
/
Inverse.h
Commit message (
Expand
)
Author
Age
*
Clean a bit the implementation of inverse permutations
Gael Guennebaud
2015-10-08
*
Re-enable vectorization of LinSpaced, plus some cleaning
Gael Guennebaud
2015-10-08
*
Since there is no reason for evaluators to be nested by reference, let's remo...
Gael Guennebaud
2015-09-02
*
Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...
Gael Guennebaud
2015-09-02
*
Get rid of class internal::nested<> (still have to updated Tensor module)
Gael Guennebaud
2015-06-19
*
Index refactoring: StorageIndex must be used for storage only (and locally wh...
Gael Guennebaud
2015-02-13
*
Fix nested_eval<Product<> > which wrongly returned a Product<> expression
Gael Guennebaud
2014-09-24
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
workaround MSVC compilation issue (shadow issue)
Gael Guennebaud
2014-09-16
*
Fix inverse evaluator
Gael Guennebaud
2014-06-25
*
merge
Gael Guennebaud
2014-06-20
|
\
*
|
1- Introduce sub-evaluator types for unary, binary, product, and map expressi...
Gael Guennebaud
2014-06-20
|
*
Fix typo in Inverse.h
Jitse Niesen
2014-04-15
|
/
*
Resurect EvalBeforeNestingBit to control nested_eval
Gael Guennebaud
2014-03-12
*
Split LU/Inverse.h to Core/Inverse.h for the generic Inverse expression, and ...
Gael Guennebaud
2014-02-24