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
/
AssignEvaluator.h
Commit message (
Expand
)
Author
Age
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Favor column major storage for inner products
Gael Guennebaud
2014-09-14
*
Re-enable aliasing checks when using evaluators
Gael Guennebaud
2014-09-14
*
Resizing is done by call_assignment_noalias, so no need to perform it when de...
Gael Guennebaud
2014-07-21
*
Make sure we evaluate into temporaries matching evaluator storage order requi...
Gael Guennebaud
2014-07-19
*
Make operator=(EigenBase<>) uses the new assignment mechanism and introduce a...
Gael Guennebaud
2014-06-25
*
Implement binaryop and transpose evaluators for sparse matrices
Gael Guennebaud
2014-06-23
*
Extend evaluation traits debuging info
Gael Guennebaud
2014-03-12
*
Fix a few regression when moving the flags
Gael Guennebaud
2014-03-12
*
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
*
Generalize evaluator<Inverse<>> such that there is no need to specialize it
Gael Guennebaud
2014-02-21
*
Port LU module to evaluators (except image() and kernel())
Gael Guennebaud
2014-02-20
*
Fix mixing scalar types with evaluators
Gael Guennebaud
2014-02-19
*
Fix vectorization logic wrt assignment functors
Gael Guennebaud
2014-02-19
*
Cleaning
Gael Guennebaud
2014-02-18
*
Finally, the simplest remains to deffer resizing at the latest
Gael Guennebaud
2014-02-18
*
New design for handling automatic transposition
Gael Guennebaud
2014-02-18
*
Deal with automatic transposition in call_assignment, fix a few shortcomings
Gael Guennebaud
2014-02-17
*
Add missing template keyword
Gael Guennebaud
2014-01-26
*
Refactor triangular assignment
Gael Guennebaud
2014-01-25
*
Add direct assignment of products
Gael Guennebaud
2013-12-02
*
Get rid of call_dense_swap_loop
Gael Guennebaud
2013-12-02
*
Fix usage of Dense versus DenseShape
Gael Guennebaud
2013-12-02
*
First step toward the generalization of evaluators to triangular, sparse and ...
Gael Guennebaud
2013-11-29
*
Remove HasEvalTo and all at once eval mode
Gael Guennebaud
2013-11-29
*
Evaluator: introduce the main Assignment class, add call_assignment to bypass...
Gael Guennebaud
2013-11-25
*
bug #99: move the creation of the evaluator to a central place, and make gene...
Gael Guennebaud
2013-11-07
*
bug #99: refactor assignment and compound assignment mechanism through "assig...
Gael Guennebaud
2013-11-06
*
Fix static/inline order
Gael Guennebaud
2013-11-06
*
Clean source code and unit tests with respect to -Wunused-local-typedefs
Gael Guennebaud
2013-04-10
*
Fix "storage class is not first" warnings
Gael Guennebaud
2013-02-28
*
Fix compilation with ICC that was unable to instanciate first_aligned
Gael Guennebaud
2013-02-26
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Implement A.noalias() = B * C without temporaries
Jitse Niesen
2012-06-29
*
Make product eval-at-once.
Jitse Niesen
2012-06-29
*
Implement eval-at-once in evaluator.
Jitse Niesen
2012-06-29
*
Implement interface for NoAlias assignments.
Jitse Niesen
2012-06-29
*
Resize lhs automatically in copy_using_evaluator().
Jitse Niesen
2012-06-28
*
Fix bug in evaluators with sliced vectorization.
Jitse Niesen
2012-06-24
*
put the resurected files into the Eigen namespace
Gael Guennebaud
2012-06-22
*
resurrect expression evaluators
Gael Guennebaud
2012-06-22
*
Remove evaluators for 2.1 release.
Jitse Niesen
2011-12-14
*
Implement compound assignments using evaluator of SelfCwiseBinaryOp.
Jitse Niesen
2011-04-28
*
Implement swap using evaluators.
Jitse Niesen
2011-04-28
*
Use copyCoeff/copyPacket in copy_using_evaluator.
Jitse Niesen
2011-04-22
*
Implement unrolling in copy_using_evaluator() .
Jitse Niesen
2011-04-13
*
Decouple AssignEvaluator.h from assign_traits from Assign.h
Jitse Niesen
2011-04-12
*
Evaluators: add Block evaluator as dumb wrapper, add slice vectorization.
Jitse Niesen
2011-03-31
*
Evaluators: Make inner vectorization more similar to default traversal.
Jitse Niesen
2011-03-28
[next]