aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse
Commit message (Expand)AuthorAge
* bug #37: fix resizing when the destination sparse matrix is row majorGravatar Oliver Ruepp2011-03-08
* Improve documentation of plugins.Gravatar Jitse Niesen2011-02-13
* Removed internal::as_argument. This fixes the alignment issues of bug #165.Gravatar Hauke Heibel2011-02-06
* fix compilation with MSVCGravatar Gael Guennebaud2011-02-03
* really fix permute_symm_to_symm for sparse complex matrixGravatar Gael Guennebaud2011-01-28
* fix compilation of sparse module with ICCGravatar Gael Guennebaud2011-01-28
* fix twisted selfadjoint to selfadjoint (conjugation issue)Gravatar Gael Guennebaud2011-01-27
* fix compilation after recent const change in return typesGravatar Gael Guennebaud2011-01-25
* fix compilation of rowmajor sparse time diagonalGravatar Gael Guennebaud2011-01-14
* third pass of const-correctness fixes (bug #54), hopefully the last one...Gravatar Benoit Jacob2011-01-07
* add plugin mechanism to sparse objectsGravatar Gael Guennebaud2011-01-07
* mergeGravatar Gael Guennebaud2010-12-31
|\
| * fix sparse time dense product with a rowmajor lhsGravatar Gael Guennebaud2010-12-31
* | [Sparse] Added regression tests for the two bugfixes, the code passes all spa...Gravatar David J. Luitz2010-12-30
|/
* remove EIGEN_REF_TO_TEMPORARY, clarify docsGravatar Benoit Jacob2010-12-25
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* bug #54 - The big Map const-correctness changesGravatar Benoit Jacob2010-12-10
* fix compilation of sparse_basic for DynamicSparseMatrixGravatar Gael Guennebaud2010-12-09
* s/id/p to avoid name clashGravatar Gael Guennebaud2010-11-26
* Add support for sparse symmetric permutationsGravatar Gael Guennebaud2010-11-18
* new feature: copy from a sparse selfadjoint view to a full sparse matrixGravatar Gael Guennebaud2010-11-15
* Fix bug #65.Gravatar Hauke Heibel2010-11-02
* generalize the prune functionGravatar Gael Guennebaud2010-10-28
* fix sparse rankUpdate and triangularView iteratorGravatar Gael Guennebaud2010-10-27
* add the possibility to solve for sparse rhs with CholmodGravatar Gael Guennebaud2010-10-27
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* compilation fixGravatar Gael Guennebaud2010-10-14
* fix SparseView: clean the nested matrix typeGravatar Gael Guennebaud2010-07-22
* introduce a new LvalueBit flag and split DenseCoeffBase into three level of a...Gravatar Gael Guennebaud2010-07-21
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* 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
* makes SparseView a true sparse expression and fix use of nesting typesGravatar Gael Guennebaud2010-06-24
* optimize SparseMatrix iteratorGravatar Gael Guennebaud2010-06-18
* split the Sparse module into multiple ones, and move non stable parts to unsu...Gravatar Gael Guennebaud2010-06-18
* This scalar needs to be passed by ref to preserve its alignment.Gravatar Hauke Heibel2010-06-15
* fix issue 135 (SparseBlock::operator= for SparseMatrix)Gravatar Gael Guennebaud2010-06-14
* remove extra semicolon;Gravatar Benoit Jacob2010-06-14
* rename:Gravatar Benoit Jacob2010-06-14
* fixed a bug in the DenseBase InnerIterator ctor.Gravatar Daniel Lowengrub2010-06-14
* added the SparseView class.Gravatar Daniel Lowengrub2010-06-14
* compilation fixGravatar Gael Guennebaud2010-06-13
* add missing overload of operator= in SparseVectorGravatar Gael Guennebaud2010-06-12
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
| * Made the supression of unused variables portable.Gravatar Hauke Heibel2010-06-08
| * fix sparse LDLT with complexesGravatar Gael Guennebaud2010-06-03