aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseUtil.h
Commit message (Expand)AuthorAge
* Add a NoPreferredStorageOrderBit flag for expression having no preferred stor...Gravatar Gael Guennebaud2014-06-27
* Implement evaluator for sparse views.Gravatar Gael Guennebaud2014-06-26
* Started to move the SparseCore module to evaluators: implemented assignment a...Gravatar Gael Guennebaud2014-06-20
* Make index type of Triplet default to SparseMatrix::Index as suggested by Kol...Gravatar Christoph Hertzberg2013-10-16
* bug #626: add compiletime check of the Options template parameter of SparseMa...Gravatar Gael Guennebaud2013-06-28
* Remove Sparse/InnerVectorSet expression in favor of a more general Block<> sp...Gravatar Gael Guennebaud2012-11-16
* fix SparseMatrix option bit flag in eval<> helperGravatar Gael Guennebaud2012-09-27
* 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
* bug #419: Add spaces between adjacent > in template argumentsGravatar Christoph Hertzberg2012-02-15
* Adding support for twistedby on SparseMatrixBaseGravatar Desire NUENTSA2012-02-08
* add the possibility to assemble a SparseMatrix object from a random list of t...Gravatar Gael Guennebaud2012-01-28
* evaluate 1D sparse expressions into SparseVector and make the sparse operator...Gravatar Gael Guennebaud2011-12-22
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12