| Commit message (Expand) | Author | Age |
* | Re-enable vectorization of LinSpaced, plus some cleaning | Gael Guennebaud | 2015-10-08 |
* | Clean evaluator<EvalToTemp> | Gael Guennebaud | 2015-10-08 |
* | Properly implement PartialReduxExpr on top of evaluators, and fix multiple ev... | Gael Guennebaud | 2015-10-08 |
* | Some cleaning in evaluators | Gael Guennebaud | 2015-10-08 |
* | Add a few missing EIGEN_DEVICE_FUNC declarations | Gael Guennebaud | 2015-09-03 |
* | Since there is no reason for evaluators to be nested by reference, let's remo... | Gael Guennebaud | 2015-09-02 |
* | Make evaluators non-copyable. This guarantee that evaluators storing temporar... | Gael Guennebaud | 2015-09-02 |
* | Cleaning pass on evaluators: remove the useless and error prone evaluator<>::... | Gael Guennebaud | 2015-09-02 |
* | Allow to use arbitrary packet-types during evaluation. | Gael Guennebaud | 2015-08-07 |
* | Let unpacket_traits<> exposes the required alignment and make use of it every... | Gael Guennebaud | 2015-08-07 |
* | First part of a big refactoring of alignment control to enable the handling o... | Gael Guennebaud | 2015-08-06 |
* | bug #973: update macro-level control of alignement by introducing user-contro... | Gael Guennebaud | 2015-07-29 |
* | Remove useless specializations of evaluator_traits | Gael Guennebaud | 2015-06-19 |
* | Add missing accessors for 1D index based access to Replicate<> expressions. | Gael Guennebaud | 2015-06-08 |
* | Fix a unused-var warning | Benoit Jacob | 2015-03-15 |
* | bug #973, improve AVX support by enabling vectorization of Vector4i-like type... | Gael Guennebaud | 2015-03-13 |
* | Merge Index-refactoring branch with default, fix PastixSupport, remove some u... | Gael Guennebaud | 2015-02-13 |
|\ |
|
* | | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t... | Christoph Hertzberg | 2014-12-04 |
| * | Workaround various "returning reference to temporary" warnings. | Gael Guennebaud | 2014-12-05 |
|/ |
|
* | Make select CUDA compatible (comparison operators aren't yet, so no test case... | Christoph Hertzberg | 2014-10-30 |
* | Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC. | Christoph Hertzberg | 2014-10-13 |
* | Missing explicit | Christoph Hertzberg | 2014-09-30 |
* | Introduce a generic InnerIterator classes compatible with evaluators. | Gael Guennebaud | 2014-09-29 |
* | Make constructors explicit if they could lead to unintended implicit conversion | Christoph Hertzberg | 2014-09-23 |
* | Avoid a potential risk of recursive definition using traits to get he scalar ... | Gael Guennebaud | 2014-09-15 |
* | Fix compilation of coeff(Index) on sub-inner-panels | Gael Guennebaud | 2014-09-08 |
* | Fix various small issues detected by gcc | Gael Guennebaud | 2014-08-01 |
* | Call product_generic_impl by default, and remove lot of boilerplate code | Gael Guennebaud | 2014-07-31 |
* | Implement evaluator for sparse outer products | Gael Guennebaud | 2014-07-19 |
* | Make operator=(EigenBase<>) uses the new assignment mechanism and introduce a... | Gael Guennebaud | 2014-06-25 |
* | Implement evaluators for sparse Block. | Gael Guennebaud | 2014-06-25 |
* | Implement binaryop and transpose evaluators for sparse matrices | Gael Guennebaud | 2014-06-23 |
* | Backport changes from old to new expression engines | Gael Guennebaud | 2014-06-20 |
* | merge | Gael Guennebaud | 2014-06-20 |
|\ |
|
* | | 1- Introduce sub-evaluator types for unary, binary, product, and map expressi... | Gael Guennebaud | 2014-06-20 |
| * | Implement evaluator<ReturnByValue>. | Jitse Niesen | 2014-04-16 |
|/ |
|
* | Fix regressions in redux_evaluator flags and evaluator<Block> flags | 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 |
* | evaluator<Replicate> must evaluate its argument to avoid redundant evaluations | Gael Guennebaud | 2014-02-19 |
* | Add a Solve expression for uniform treatment of solve() methods. | Gael Guennebaud | 2014-02-19 |
* | Add evaluator for Ref | Gael Guennebaud | 2014-02-18 |
* | Fix evaluator<Replicate> for fixed size objects | Gael Guennebaud | 2014-01-26 |
* | Enable use of evaluators for noalias and lazyProduct, add conversion to scala... | Gael Guennebaud | 2013-12-03 |
* | 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 |
* | Get rid of evalautor_impl | Gael Guennebaud | 2013-11-29 |
* | Remove HasEvalTo and all at once eval mode | Gael Guennebaud | 2013-11-29 |
* | Simplify evaluator of EvalToTemp | Gael Guennebaud | 2013-11-27 |