aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse
Commit message (Expand)AuthorAge
* 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
| * * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
| * fix typos (oops)Gravatar Gael Guennebaud2010-06-02
| * clean the ambiguity with insertBack and add a insertBackByOuterInner functionGravatar Gael Guennebaud2010-06-02
|/
* oops, remove extra 'typename'Gravatar Benoit Jacob2010-05-30
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Fix SparseMatrix/SparseVector::sum()Gravatar Jens Mueller2010-05-27
* fix some warningsGravatar Thomas Capricelli2010-05-22
* minor chnages in Taucs and Cholmod backendsGravatar Gael Guennebaud2010-05-19
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* fix compilation in Sparse (error introduced yesterday)Gravatar Benoit Jacob2010-04-21
* * merge with mainlineGravatar Benoit Jacob2010-04-16
|\
* | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
| * taucs: make SupernodalMultifrontal the default modeGravatar Gael Guennebaud2010-04-15
| * an attempt to fix compilation with MSVCGravatar Gael Guennebaud2010-04-15
| * fix sparse squared normGravatar Gael Guennebaud2010-04-13
| * cholmod: assume selfadjoint matrix by default since selfadjoint flag has been...Gravatar Gael Guennebaud2010-04-09
|/
* Removed strong inlines which cannot always be inlined.Gravatar Hauke Heibel2010-03-14
* comment out cerr'sGravatar Benoit Jacob2010-02-28
* mergeGravatar Benoit Jacob2010-02-25
|\
* | * Implement the ByOuterInner accessorsGravatar Benoit Jacob2010-02-25
| * Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
| * Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
|/
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...Gravatar Hauke Heibel2010-02-06
* rm ExpressionMaker stuff (weird as I was pretty sure that I had already remov...Gravatar Gael Guennebaud2010-01-22