aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseSparseProductWithPruning.h
Commit message (Collapse)AuthorAge
* bug #1236: fix possible integer overflow in density estimation.Gravatar Gael Guennebaud2016-05-26
|
* Cleaning pass on evaluators: remove the useless and error prone ↵Gravatar Gael Guennebaud2015-09-02
| | | | evaluator<>::type indirection.
* bug #875: remove broken SparseMatrixBase::nonZeros and introduce a ↵Gravatar Gael Guennebaud2015-04-01
| | | | | | nonZerosEstimate() method to sparse evaluators for internal uses. Factorize some code in SparseCompressedBase.
* Index refactoring: StorageIndex must be used for storage only (and locally ↵Gravatar Gael Guennebaud2015-02-13
| | | | when it make sense). In all other cases use the global Index type.
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index ↵Gravatar Christoph Hertzberg2014-12-04
| | | | to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings.
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
|
* Update copyright datesGravatar Gael Guennebaud2014-07-01
|
* Implement evaluators for sparse * sparse with auto pruning.Gravatar 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
|
* 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
| | | | (also fix a compilation issue due to previous pass)
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* fix compilation errors with ICCGravatar Gael Guennebaud2012-02-03
|
* rm local fill-in ratio estimation (was broken sometimes)Gravatar Gael Guennebaud2011-12-16
|
* implement a more optimistic heuristic to predict the nnz of a saprse*sparse ↵Gravatar Gael Guennebaud2011-12-16
| | | | product
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not ↵Gravatar Gael Guennebaud2011-11-12
stable yet" warning