aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseDiagonalProduct.h
Commit message (Expand)AuthorAge
* bug #1379: fix compilation in sparse*diagonal*dense with openmpGravatar Gael Guennebaud2017-01-21
* Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* Fix ambiguous instantiation issues of product_evaluator.Gravatar Gael Guennebaud2015-10-14
* InnerIterator::index() should really return a StorageIndexGravatar Gael Guennebaud2015-09-03
* Since there is no reason for evaluators to be nested by reference, let's remo...Gravatar Gael Guennebaud2015-09-02
* Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...Gravatar Gael Guennebaud2015-09-02
* Simplify implementation of the evaluation's iterator of Sparse*Diagonal produ...Gravatar Gael Guennebaud2015-09-01
* First part of a big refactoring of alignment control to enable the handling o...Gravatar Gael Guennebaud2015-08-06
* simplify previous changeset: sub-expressions are nested by valueGravatar Gael Guennebaud2015-04-18
* bug #942: fix dangling references in evaluator of diagonal * sparse products.Gravatar Gael Guennebaud2015-04-18
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Call product_generic_impl by default, and remove lot of boilerplate codeGravatar Gael Guennebaud2014-07-31
* merge with default branchGravatar Gael Guennebaud2014-07-18
|\
| * bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...Gravatar Gael Guennebaud2014-07-17
* | Update copyright datesGravatar Gael Guennebaud2014-07-01
* | Fix double constructions of the nested CwiseBinaryOp evaluator in sparse*diag...Gravatar Gael Guennebaud2014-06-27
* | Implement evaluators for sparse times diagonal products.Gravatar Gael Guennebaud2014-06-27
|/
* Fix bug #611: diag * sparse * diagGravatar Gael Guennebaud2013-07-05
* Fix bug #611: fix const qualifier in cwiseProduct(sparse,dense) and SparseDia...Gravatar Gael Guennebaud2013-06-28
* Remove Sparse/InnerVectorSet expression in favor of a more general Block<> sp...Gravatar Gael Guennebaud2012-11-16
* fix dense=sparse*diagonal (there was an issue in the values returned by the ....Gravatar Gael Guennebaud2012-10-03
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12