| Commit message (Expand) | Author | Age |
* | bug #1736: fix compilation issue with A(all,{1,2}).col(j) by implementing tru... | Gael Guennebaud | 2019-09-11 |
* | bug #1680: improve MSVC inlining by declaring many triavial constructors and ... | Gael Guennebaud | 2019-02-15 |
* | bug #65: add vectorization of partial reductions along the outer-dimension, f... | Gael Guennebaud | 2018-10-09 |
* | bug #1570: fix warning | Gael Guennebaud | 2018-07-12 |
* | Fix regression in 9357838f94d2907996adadc7e5200376f3561ed4 | Gael Guennebaud | 2018-07-11 |
* | bug #1543: improve linear indexing for general block expressions | Gael Guennebaud | 2018-07-10 |
* | bug #1543: fix linear indexing in generic block evaluation (this completes th... | Gael Guennebaud | 2018-04-23 |
* | Fix linear indexing in generic block evaluation. | Gael Guennebaud | 2018-02-09 |
* | Fix gcc7 warning | Gael Guennebaud | 2018-01-09 |
* | Fix packet and alignment propagation logic of Block<Xpr> expressions. In part... | Gael Guennebaud | 2017-12-14 |
* | Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that: | Benoit Steiner | 2017-03-01 |
* | Added missing EIGEN_DEVICE_FUNC qualifiers | Benoit Steiner | 2017-03-01 |
* | bug #1381: fix sparse.diagonal() used as a rvalue. | Gael Guennebaud | 2017-01-25 |
* | Optimize storage layout of Cwise* and PlainObjectBase evaluator to remove the... | Gael Guennebaud | 2016-12-20 |
* | Remove common "noncopyable" base class from evaluator_base to get a chance to... | Gael Guennebaud | 2016-12-20 |
* | Fix warning with ICC | Gael Guennebaud | 2016-10-26 |
* | bug #1317: fix performance regression with some Block expressions and clang b... | Gael Guennebaud | 2016-10-01 |
* | Disable previous workaround. | Gael Guennebaud | 2016-09-06 |
* | Workaround MSVC instantiation faillure of has_*ary_operator at the level of t... | Gael Guennebaud | 2016-09-06 |
* | Fix shadowing wrt Eigen::Index | Gael Guennebaud | 2016-09-05 |
* | Workaround a weird msvc 2012 compilation error. | Gael Guennebaud | 2016-09-05 |
* | Fix for msvc 2012 and older | Gael Guennebaud | 2016-09-05 |
* | Turned the Index type used by the nullary wrapper into a template parameter. | Benoit Steiner | 2016-09-02 |
* | Fix compilation with nvcc | Gael Guennebaud | 2016-09-01 |
* | bug #1286: automatically detect the available prototypes of functors passed t... | Gael Guennebaud | 2016-08-31 |
* | Add TernaryFunctors and the betainc SpecialFunction. | Eugene Brevdo | 2016-06-02 |
* | Introduce internal's UIntPtr and IntPtr types for pointer to integer conversi... | Gael Guennebaud | 2016-05-26 |
* | Block<> should not disable vectorization based on inner-size, this is the res... | Gael Guennebaud | 2016-05-24 |
* | DiagonalWrapper is a vector, so it must expose the LinearAccessBit flag. | Gael Guennebaud | 2016-05-19 |
* | Fix performance regression: with AVX, unaligned stores were emitted instead o... | Gael Guennebaud | 2016-05-01 |
* | Fix shortcoming in fixed-value deduction of startRow/startCol | Gael Guennebaud | 2016-02-29 |
* | bug #667: declare several critical functions as FORECE_INLINE to make ICC hap... | Gael Guennebaud | 2016-01-31 |
* | bug #1158: PartialReduxExpr is a vector expression, and it thus must expose t... | Gael Guennebaud | 2016-01-28 |
* | bug #1144: fix regression in x=y+A*x (aliasing), and move evaluator_traits::A... | Gael Guennebaud | 2016-01-09 |
* | Fix storage order of PartialRedux | Gael Guennebaud | 2015-12-10 |
* | Add LU::transpose().solve() and LU::adjoint().solve() API. | Gael Guennebaud | 2015-12-01 |
* | bug #1009, part 1/2: make sure vector expressions expose LinearAccessBit flag. | Gael Guennebaud | 2015-11-27 |
* | Refactoring of the cost model: | Gael Guennebaud | 2015-10-28 |
* | Simplify evaluator::Flags for Map<> | Gael Guennebaud | 2015-10-27 |
* | 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 |