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
/
NoAlias.h
Commit message (
Expand
)
Author
Age
*
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
*
Finally, the simplest remains to deffer resizing at the latest
Gael Guennebaud
2014-02-18
*
fix resizing in noalias for blocks, and make -=/+= use evaluators
Gael Guennebaud
2013-12-13
*
Add support for triangular products with evaluators
Gael Guennebaud
2013-12-07
*
Enable use of evaluators for noalias and lazyProduct, add conversion to scala...
Gael Guennebaud
2013-12-03
*
Evaluator: introduce the main Assignment class, add call_assignment to bypass...
Gael Guennebaud
2013-11-25
*
merge with main branch
Gael Guennebaud
2013-07-17
|
\
|
*
Add missing support for x.noalias() = ReturnByValue<...>
Gael Guennebaud
2013-05-13
*
|
Add support for NVCC5: most of the Core and part of LU are callable from CUDA...
Gael Guennebaud
2013-02-07
|
/
*
Remove unnecessary code. lazyAssign seems to fix all (noalias, initialization...
Chen-Pang He
2012-09-24
*
Eliminate unnecessary evaluations
Chen-Pang He
2012-09-23
*
Implement matrix power-matrix product again
Chen-Pang He
2012-09-22
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Implement interface for NoAlias assignments.
Jitse Niesen
2012-06-29
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...
Hauke Heibel
2010-10-26
*
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
*
noalias was wrongly skipping automatic transposition
Gael Guennebaud
2010-09-02
*
Various documentation improvements.
Jitse Niesen
2010-07-06
*
email change
Gael Guennebaud
2010-06-24
*
Backed out changeset 641d968a9a7ed57a3b8a3f45dea43c5ee6717f97
Benoit Jacob
2010-06-01
*
* Make ReturnByValue have the EvalBeforeAssigningBit and explicitly
Benoit Jacob
2010-05-30
*
fix nesting lazy prod by ref
Gael Guennebaud
2010-02-09
*
* fix multiple temporary copies for coeff based products
Gael Guennebaud
2010-02-09
*
s/UnrolledProduct/CoeffBasedProduct
Gael Guennebaud
2010-02-09
*
make noalias works for coefficient based products
Gael Guennebaud
2010-02-05
*
merge with default branch
Gael Guennebaud
2009-12-22
|
\
|
*
Warning 4512 (assignment operators could not be generated) is now simply disa...
Hauke Heibel
2009-12-14
*
|
more ET refactoring:
Gael Guennebaud
2009-11-17
|
/
*
Added private, non-implemented assignment operators to functions that don't n...
Hauke Heibel
2009-09-27
*
make HouseholderQR uses the Householder module
Gael Guennebaud
2009-08-16
*
bugfix in compute_matrix_flags, optimization in LU,
Gael Guennebaud
2009-08-16
*
As proposed on the list:
Gael Guennebaud
2009-08-15