aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SparseCore
Commit message (Expand)AuthorAge
* bug #1101: typoGravatar Gael Guennebaud2015-10-30
* Add missing licence header to some top header filesGravatar Gael Guennebaud2015-10-26
* Add a Ref<SparseMatrix> specialization.Gravatar Gael Guennebaud2015-02-07
* Add a Map<SparseMatrix> specialization.Gravatar Gael Guennebaud2015-02-07
* Add a SparseCompressedBase class providing (un)compressed accessors (like dat...Gravatar Gael Guennebaud2015-02-07
* Workaround various "returning reference to temporary" warnings.Gravatar Gael Guennebaud2014-12-05
* Refactoring of sparse solvers through a SparseSolverBase class and usage of t...Gravatar Gael Guennebaud2014-09-01
* Make permutation compatible with sparse matricesGravatar Gael Guennebaud2014-07-30
* Refactor TriangularView to handle both dense and sparse objects. Introduce a ...Gravatar Gael Guennebaud2014-07-22
* Implement evaluator for sparse-selfadjoint productsGravatar Gael Guennebaud2014-07-22
* Implement evaluators for sparse*dense productsGravatar Gael Guennebaud2014-07-01
* Implement evaluators for sparse * sparse with auto pruning.Gravatar Gael Guennebaud2014-07-01
* Implement evaluators for sparse * sparse productsGravatar Gael Guennebaud2014-07-01
* Implement evaluators for sparse times diagonal products.Gravatar Gael Guennebaud2014-06-27
* Implement evaluator for sparse views.Gravatar Gael Guennebaud2014-06-26
* Update sparse reduxions and sparse-vectors to evaluators.Gravatar Gael Guennebaud2014-06-25
* Implement evaluators for sparse Block.Gravatar Gael Guennebaud2014-06-25
* Implement binaryop and transpose evaluators for sparse matricesGravatar Gael Guennebaud2014-06-23
* Started to move the SparseCore module to evaluators: implemented assignment a...Gravatar Gael Guennebaud2014-06-20
* Move the definition of DenseBase::InnerIterator to Core module. (needed to ma...Gravatar Gael Guennebaud2013-01-15
* Big changes in Eigen documentation:Gravatar Gael Guennebaud2013-01-05
* Remove #include of removed header file.Gravatar Jitse Niesen2013-01-03
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* add sparse * permutation products with assiciated unit testsGravatar Gael Guennebaud2012-03-29
* - move CompressedStorage and AmbiVector into internal namespaceGravatar Gael Guennebaud2011-12-02
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12