aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseProduct.h
Commit message (Expand)AuthorAge
* Save one extra temporary when assigning a sparse product to a row-major spars...Gravatar Gael Guennebaud2020-05-30
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Fix regression in X = (X*X.transpose())/s with X rectangular by deferring res...Gravatar Gael Guennebaud2016-10-26
* compile fix (SFINAE variant apparently didn't work for all compilers) for the...Gravatar klimpel2016-07-11
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* bug #1224: fix regression in (dense*dense).sparseView() by specializing evalu...Gravatar Gael Guennebaud2016-05-18
* Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* Fix ambiguous instantiationGravatar Gael Guennebaud2015-10-27
* Add support to directly evaluate the product of two sparse matrices within a ...Gravatar Gael Guennebaud2015-10-26
* 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
* Re-enable products with triangular views of sparse matrices: we simply have t...Gravatar Gael Guennebaud2014-10-06
* 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
* Update copyright datesGravatar Gael Guennebaud2014-07-01
* Implement evaluators for sparse * sparse with auto pruning.Gravatar Gael Guennebaud2014-07-01
* Implement evaluators for sparse * sparse productsGravatar Gael Guennebaud2014-07-01
* Fix propagation of index typeGravatar Gael Guennebaud2014-02-13
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* bug #482: pass scalar by const ref - pass on the sparse moduleGravatar Gael Guennebaud2012-06-28
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* improve documentation of some sparse related classesGravatar Gael Guennebaud2011-12-02
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12