aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse/SparseSparseProduct.h
Commit message (Expand)AuthorAge
* update sparse*sparse product: the default is now a conservative algorithm pre...Gravatar Gael Guennebaud2011-10-24
* reactivate the sorting in the experimental sparse-sparse productGravatar Gael Guennebaud2011-09-08
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* bug #37: fix resizing when the destination sparse matrix is row majorGravatar Oliver Ruepp2011-03-08
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Fix use of nesting types in SparseTranspose and split the big SparseProduct.h...Gravatar Gael Guennebaud2010-06-25