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
/
ArrayBase.h
Commit message (
Expand
)
Author
Age
*
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 CoeffReadCost mechanism to evaluators
Gael Guennebaud
2014-03-10
*
Fix mixing scalar types with evaluators
Gael Guennebaud
2014-02-19
*
Get rid of SeflCwiseBinaryOp
Gael Guennebaud
2014-02-18
*
merge with default branch
Gael Guennebaud
2013-11-05
|
\
*
|
Make ArrayBase operator+=(scalar) and -=(scalar) use SelfCwiseBinaryOp optimi...
Gael Guennebaud
2013-08-19
|
*
Extend support for nvcc to Array objects and wrappers
Gael Guennebaud
2013-07-31
|
/
*
Fix several documentation issues
Gael Guennebaud
2012-12-24
*
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
*
fix a few warnings: change of sign and missing return statement
Gael Guennebaud
2012-01-31
*
Improve documentation of plugins.
Jitse Niesen
2011-02-13
*
fix misc warnings
Thomas Capricelli
2011-02-04
*
bug #54 - really fix const correctness except in Sparse
Benoit Jacob
2010-12-22
*
Fixed compound subtraction in ArrayBase where the assignment needs to be carr...
Hauke Heibel
2010-12-16
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
Docs: Add references to TopicClassHierarchy
Jitse Niesen
2010-08-22
*
further improve compilation error message for array+=matrix
Gael Guennebaud
2010-08-16
*
improve compilation error message for array+=matrix and the likes
Gael Guennebaud
2010-08-16
*
* fix SelfCwiseBinaryOp traits and handling of mixed types
Gael Guennebaud
2010-07-19
*
Various documentation improvements.
Jitse Niesen
2010-07-06
*
Added doxygen info for .matrix() and .array()
Carlos Becker
2010-06-28
*
email change
Gael Guennebaud
2010-06-24
*
finish to merge Array into Core:
Gael Guennebaud
2010-06-19
*
moved purely "array" related stuff to a new module Array.
Gael Guennebaud
2008-05-31
*
* replace compile-time-if by meta-selector in Assign.h
Gael Guennebaud
2008-05-31
*
Added ArrayBit to get the ability to manipulate a Matrix like a simple scalar.
Gael Guennebaud
2008-05-29