aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse/SparseUtil.h
Commit message (Expand)AuthorAge
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* add mixed sparse-dense outer productGravatar Gael Guennebaud2010-06-25
* Fix use of nesting types in SparseTranspose and split the big SparseProduct.h...Gravatar Gael Guennebaud2010-06-25
* email changeGravatar Gael Guennebaud2010-06-24
* split the Sparse module into multiple ones, and move non stable parts to unsu...Gravatar Gael Guennebaud2010-06-18
* added the SparseView class.Gravatar Daniel Lowengrub2010-06-14
* * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
* oops, remove extra 'typename'Gravatar Benoit Jacob2010-05-30
* the Index types change.Gravatar Benoit Jacob2010-05-30
* fix some warningsGravatar Thomas Capricelli2010-05-22
* * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* a couple of fixes after thye mergeGravatar Gael Guennebaud2009-12-23
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
| * Even more NestByValue cleanup...Gravatar Hauke Heibel2009-12-01
* | Big refactoring/cleaning in the spasre module withGravatar Gael Guennebaud2009-11-18
* | more ET refactoring:Gravatar Gael Guennebaud2009-11-17
* | adapt CwiseBinaryOp and the Sparse counter partGravatar Gael Guennebaud2009-11-17
* | Experiment the ET refactoring on Transpose for Dense and Sparse storages.Gravatar Gael Guennebaud2009-11-16
|/
* one more fix of the previous commit (forgot to update ei_must_nest_by_value)Gravatar Gael Guennebaud2009-07-13
* add a SparseNestByValue expression and fix issue in sparse adjoint evaluationGravatar Gael Guennebaud2009-07-13
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* sparse module: new API proposal for triangular solves and experimentalGravatar Gael Guennebaud2009-04-05
* - add diagonal * sparse product as an expressionGravatar Gael Guennebaud2009-02-09
* add support for read/write sub sets of inner vectors (sparse module)Gravatar Gael Guennebaud2009-01-27
* add a flexible sparse matrix class designed for fast matrix assemblyGravatar Gael Guennebaud2009-01-19
* Sparse module:Gravatar Gael Guennebaud2009-01-15
* Add support for sparse * dense and dense * sparse matrix/vector productsGravatar Gael Guennebaud2009-01-14
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* Added a SparseVector class (not tested yet)Gravatar Gael Guennebaud2009-01-02
* sparse module: add preliminary support for direct sparse LU solverGravatar Gael Guennebaud2008-10-19
* sparse module: added some documentation for the LLT solverGravatar Gael Guennebaud2008-10-18
* resurrected sparse triangular solverGravatar Gael Guennebaud2008-09-02
* * added innerSize / outerSize functions to MatrixBaseGravatar Gael Guennebaud2008-06-28
* various work on the Sparse module:Gravatar Gael Guennebaud2008-06-26