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
/
SelfCwiseBinaryOp.h
Commit message (
Expand
)
Author
Age
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Fix /= when using evaluator as in changeset 2d90484450f3934db3f5db39ef37967fb...
Gael Guennebaud
2014-09-14
*
merge with default branch
Gael Guennebaud
2014-09-14
|
\
|
*
mat/=scalar was transformed into mat*=(1/scalar) thus laking accuracy. This w...
Gael Guennebaud
2014-09-10
*
|
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
*
|
Fix bug #643: enable vectorization of compound assignement for fixed size obj...
Gael Guennebaud
2013-08-19
|
*
merge with default branch
Gael Guennebaud
2013-04-19
|
|
\
|
|
/
|
/
|
|
*
Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min...
Gael Guennebaud
2013-04-05
*
|
Avoid problematic ternary operator (http://forum.kde.org/viewtopic.php?f=74&t...
Gael Guennebaud
2013-02-23
|
/
*
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
*
Implement compound assignments using evaluator of SelfCwiseBinaryOp.
Jitse Niesen
2011-04-28
*
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 += return by value like operations
Gael Guennebaud
2010-09-06
*
fix merge conflicts
Gael Guennebaud
2010-07-22
*
* fix SelfCwiseBinaryOp traits and handling of mixed types
Gael Guennebaud
2010-07-19
*
Various documentation improvements.
Jitse Niesen
2010-07-06
*
fix compilation issue with clang
Thomas Capricelli
2010-07-01
*
email change
Gael Guennebaud
2010-06-24
*
fix array_comp *= array_real
Gael Guennebaud
2010-06-20
*
the Index types change.
Benoit Jacob
2010-05-30
*
Complete rework of global math functions and NumTraits.
Benoit Jacob
2010-04-28
*
remove MakeBase, use ei_dense_xpr_base instead
Benoit Jacob
2010-04-23
*
merge
Benoit Jacob
2010-02-25
|
\
*
|
* Implement the ByOuterInner accessors
Benoit Jacob
2010-02-25
|
*
Renamed PlainMatrixType to PlainObject (Array != Matrix).
Hauke Heibel
2010-02-20
|
/
*
get rid of NestParentByRefBit
Gael Guennebaud
2010-02-08
*
Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...
Hauke Heibel
2010-02-06
*
lot of cleaning:
Gael Guennebaud
2010-01-22
*
fix aliasing detection
Gael Guennebaud
2010-01-05
*
port VectorwiseOp and Swap to the novel mechanisms, and various cleanning
Gael Guennebaud
2010-01-04
*
a couple of fixes, now Array passes the linearstructure test
Gael Guennebaud
2009-12-17
*
Hey, finally the copyCoeff stuff is not only used to implement swap anymore :)
Gael Guennebaud
2009-11-20