index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
evaluators.cpp
Commit message (
Expand
)
Author
Age
*
Workaround a bunch of stupid warnings in unit tests
Gael Guennebaud
2013-06-23
*
Make product eval-at-once.
Jitse Niesen
2012-06-29
*
Implement interface for NoAlias assignments.
Jitse Niesen
2012-06-29
*
Move (part of) evaluation of products to evaluator objects.
Jitse Niesen
2012-06-29
*
Resize lhs automatically in copy_using_evaluator().
Jitse Niesen
2012-06-28
*
Fix an evaluator test which was wrong and failed in debug builds.
Jitse Niesen
2012-06-24
*
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 evaluator for Diagonal.
Jitse Niesen
2011-04-22
*
Implement evaluators for Reverse.
Jitse Niesen
2011-04-22
*
Implement evaluators for ArrayWrapper and MatrixWrapper.
Jitse Niesen
2011-04-22
*
Implement unrolling in copy_using_evaluator() .
Jitse Niesen
2011-04-13
*
Implement evaluator for PartialReduxExpr as a dumb wrapper.
Jitse Niesen
2011-04-13
*
Implement evaluator for Replicate.
Jitse Niesen
2011-04-12
*
Implement evaluator for Select.
Jitse Niesen
2011-04-12
*
Implement evaluator for CwiseUnaryView
Jitse Niesen
2011-04-05
*
Implement evaluator for Map
Jitse Niesen
2011-04-05
*
Evaluators: add Block evaluator as dumb wrapper, add slice vectorization.
Jitse Niesen
2011-03-31
*
Evaluators: Implement linear traversal, better testing.
Jitse Niesen
2011-03-27
*
Evaluators: Implement LinearVectorizedTraversal, packet ops in evaluators.
Jitse Niesen
2011-03-25
*
makes evaluator test use VERIFY_IS_APPROX
Gael Guennebaud
2011-03-23
*
add a stupid Product<A,B> expression produced by prod(a,b), and implement a f...
Gael Guennebaud
2011-03-23
*
import evaluator works
Gael Guennebaud
2011-03-23