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
/
Reverse.h
Commit message (
Expand
)
Author
Age
*
Allow to use arbitrary packet-types during evaluation.
Gael Guennebaud
2015-08-07
*
Fixed some compiler bugs in NVCC, now compiles with CUDA.
Jonas Adler
2015-07-22
*
Remove redundant accessors in Reverse
Gael Guennebaud
2015-06-25
*
Get rid of class internal::nested<> (still have to updated Tensor module)
Gael Guennebaud
2015-06-19
*
Add row/column-wise reverseInPlace feature.
Gael Guennebaud
2015-03-31
*
Make reverseInPlace really work in-place.
Gael Guennebaud
2015-03-31
*
Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC.
Christoph Hertzberg
2014-10-13
*
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
*
1- Introduce sub-evaluator types for unary, binary, product, and map expressi...
Gael Guennebaud
2014-06-20
*
Move evaluation related flags from traits to evaluator and fix evaluators of ...
Gael Guennebaud
2014-03-12
*
Move CoeffReadCost mechanism to evaluators
Gael Guennebaud
2014-03-10
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
fix several const qualifier issues: double ones, meaningless ones, some missi...
Gael Guennebaud
2012-02-03
*
Implement evaluators for Reverse.
Jitse Niesen
2011-04-22
*
bug #54 - really fix const correctness except in Sparse
Benoit Jacob
2010-12-22
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
fix warnings. The one in Reverse was potentially serious: coeff() methods sho...
Benoit Jacob
2010-08-03
*
introduce a new LvalueBit flag and split DenseCoeffBase into three level of a...
Gael Guennebaud
2010-07-21
*
re-enable writing to reversed objects
Gael Guennebaud
2010-07-16
*
Various documentation improvements.
Jitse Niesen
2010-07-06
*
email change
Gael Guennebaud
2010-06-24
*
finish to merge Array into Core:
Gael Guennebaud
2010-06-19