index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
SparseCore
/
SparseSparseProductWithPruning.h
Commit message (
Expand
)
Author
Age
*
Fix mixing types in sparse matrix products.
Gael Guennebaud
2017-09-02
*
bug #1236: fix possible integer overflow in density estimation.
Gael Guennebaud
2016-05-26
*
Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...
Gael Guennebaud
2015-09-02
*
bug #875: remove broken SparseMatrixBase::nonZeros and introduce a nonZerosEs...
Gael Guennebaud
2015-04-01
*
Index refactoring: StorageIndex must be used for storage only (and locally wh...
Gael Guennebaud
2015-02-13
*
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Update copyright dates
Gael Guennebaud
2014-07-01
*
Implement evaluators for sparse * sparse with auto pruning.
Gael Guennebaud
2014-07-01
*
Fix a few Index to int buggy conversions
Gael Guennebaud
2014-02-15
*
Fix propagation of index type
Gael Guennebaud
2014-02-13
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
bug #482: pass scalar by const ref - pass on the sparse module
Gael Guennebaud
2012-06-28
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
fix compilation errors with ICC
Gael Guennebaud
2012-02-03
*
rm local fill-in ratio estimation (was broken sometimes)
Gael Guennebaud
2011-12-16
*
implement a more optimistic heuristic to predict the nnz of a saprse*sparse p...
Gael Guennebaud
2011-12-16
*
move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...
Gael Guennebaud
2011-11-12