aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h
Commit message (Expand)AuthorAge
* Fix sparse_extra_3, disable counting temporaries for testing DynamicSparseMat...Gravatar Antonio Sanchez2020-11-18
* Fix mixing types in sparse matrix products.Gravatar Gael Guennebaud2017-09-02
* Use default sorting strategy for square products.Gravatar Gael Guennebaud2016-05-18
* Add support to directly evaluate the product of two sparse matrices within a ...Gravatar Gael Guennebaud2015-10-26
* Add a plain_object_eval<> helper returning a plain object type based on evalu...Gravatar Gael Guennebaud2015-10-14
* Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...Gravatar Gael Guennebaud2015-09-02
* bug #875: remove broken SparseMatrixBase::nonZeros and introduce a nonZerosEs...Gravatar Gael Guennebaud2015-04-01
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Re-enable products with triangular views of sparse matrices: we simply have t...Gravatar Gael Guennebaud2014-10-06
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Add a portable log2 function for integersGravatar Gael Guennebaud2014-09-17
* Fix regression in sparse-sparse productGravatar Gael Guennebaud2014-09-01
* Fix sparse matrix times sparse vector.Gravatar Gael Guennebaud2014-09-01
* merge default branchGravatar Gael Guennebaud2014-08-29
|\
| * Optimization in sparse-sparse matrix products for small onesGravatar Gael Guennebaud2014-08-29
| * In sparse matrix product, enable sorted insertion when doing two transpositio...Gravatar Gael Guennebaud2014-08-29
* | Update copyright datesGravatar Gael Guennebaud2014-07-01
* | Implement evaluators for sparse * sparse productsGravatar Gael Guennebaud2014-07-01
|/
* Fix a few Index to int buggy conversionsGravatar Gael Guennebaud2014-02-15
* Fix propagation of index typeGravatar Gael Guennebaud2014-02-13
* Remove assumption on RowMajorBit==RowMajor and ColMajor==0Gravatar Gael Guennebaud2013-03-01
* 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
* fix compilation errors with ICCGravatar Gael Guennebaud2012-02-03
* implement a more optimistic heuristic to predict the nnz of a saprse*sparse p...Gravatar Gael Guennebaud2011-12-16
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12