aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/XprHelper.h
Commit message (Expand)AuthorAge
...
* bug #632: implement general coefficient-wise "dense op sparse" operations thr...Gravatar Gael Guennebaud2016-01-30
* bug #178: remove additional const on nested expression, and remove several co...Gravatar Gael Guennebaud2016-01-28
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Workaround "empty paragraph" warning with clang -WdocumentationGravatar Gael Guennebaud2015-12-30
* Add overloads for real times sparse<complex> operations.Gravatar Gael Guennebaud2015-10-29
* Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* Improve readibility of EIGEN_DEBUG_ASSIGN mode.Gravatar Gael Guennebaud2015-10-27
* Add a plain_object_eval<> helper returning a plain object type based on evalu...Gravatar Gael Guennebaud2015-10-14
* Clarify note in nested_eval for evaluator creating temporaries.Gravatar Gael Guennebaud2015-10-09
* Define Permutation*<>::Scalar to 'void', re-enable scalar type compatibility ...Gravatar Gael Guennebaud2015-10-06
* Use full packet size for Dynamic-sized objects (otherwise, the unalignedcount...Gravatar Christoph Hertzberg2015-09-02
* Enable vectorization with half-packetsGravatar Gael Guennebaud2015-08-07
* Let unpacket_traits<> exposes the required alignment and make use of it every...Gravatar Gael Guennebaud2015-08-07
* First part of a big refactoring of alignment control to enable the handling o...Gravatar Gael Guennebaud2015-08-06
* Fix logic in compute_default_alignment, extend it to Dynamic size, and move i...Gravatar Gael Guennebaud2015-08-06
* bug #973: update macro-level control of alignement by introducing user-contro...Gravatar Gael Guennebaud2015-07-29
* Add special path for matrix<complex>/real.Gravatar Gael Guennebaud2015-06-26
* Get rid of must_nest_by_valueGravatar Gael Guennebaud2015-06-19
* Get rid of class internal::nested<> (still have to updated Tensor module)Gravatar Gael Guennebaud2015-06-19
* bug #890, add a more general routine to check that two dense object reference...Gravatar Gael Guennebaud2015-06-10
* bug #973, improve AVX support by enabling vectorization of Vector4i-like type...Gravatar Gael Guennebaud2015-03-13
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
| |\
* | | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
| |/ |/|
* | Introduce unified macros to identify compiler, OS, and architecture. They are...Gravatar Gael Guennebaud2014-11-04
* | bug #898: add inline hint to const_cast_ptrGravatar Christoph Hertzberg2014-10-28
| * More tests to validate the const-correctness of the tensor code.Gravatar Benoit Steiner2014-10-02
* | Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* | merge with default branchGravatar Gael Guennebaud2014-09-14
|\|
| * Optimization: "matrix<complex> * real" did not call the special path and the ...Gravatar Gael Guennebaud2014-09-02
* | Make permutation compatible with sparse matricesGravatar Gael Guennebaud2014-07-30
* | Refactor TriangularView to handle both dense and sparse objects. Introduce a ...Gravatar Gael Guennebaud2014-07-22
* | Split StorageKind promotion into two helpers: one for products, and one for c...Gravatar Gael Guennebaud2014-07-01
* | Generalize static assertions on matching sizes to avoid the need for SizeAtCo...Gravatar Gael Guennebaud2014-06-25
* | Backport changes from old to new expression enginesGravatar Gael Guennebaud2014-06-20
* | merge with default branchGravatar Gael Guennebaud2014-06-20
|\|
* | 1- Introduce sub-evaluator types for unary, binary, product, and map expressi...Gravatar Gael Guennebaud2014-06-20
| * Fixes for fixed sizes and non vectorizable typesGravatar Gael Guennebaud2014-04-17
* | Resurect EvalBeforeNestingBit to control nested_evalGravatar Gael Guennebaud2014-03-12
* | Move evaluation related flags from traits to evaluator and fix evaluators of ...Gravatar Gael Guennebaud2014-03-12
* | Port Cholesky module to evaluatorsGravatar Gael Guennebaud2014-03-11
* | Move CoeffReadCost mechanism to evaluatorsGravatar Gael Guennebaud2014-03-10
* | Fix evaluators unit test (i.e., when only EIGEN_ENABLE_EVALUATORS is definedGravatar Gael Guennebaud2014-03-10
* | Fix mixing scalar types with evaluatorsGravatar Gael Guennebaud2014-02-19
| * Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a bool...Gravatar Benoit Steiner2014-02-18
* | Move is_diagonal to XprHelper, forward declare RefGravatar Gael Guennebaud2014-02-18
* | Fix Random().normalized() by introducing a nested_eval helper (recall that th...Gravatar Gael Guennebaud2014-01-26
* | Evaluator: introduce the main Assignment class, add call_assignment to bypass...Gravatar Gael Guennebaud2013-11-25
|/
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | Fix bug in MatrixFunctions for matrices with multiple eigenvalues.Gravatar Jitse Niesen2013-07-26