aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse
Commit message (Expand)AuthorAge
* 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
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* compilation fix for UmfPackGravatar Gael Guennebaud2010-01-14
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* improve the new experimental sparse productGravatar Gael Guennebaud2010-01-05
* add a novel, experimental sparse productGravatar Gael Guennebaud2010-01-05
* fix a coupe of warningsGravatar Gael Guennebaud2010-01-05
* port VectorwiseOp and Swap to the novel mechanisms, and various cleanningGravatar Gael Guennebaud2010-01-04
* a couple of fixes after thye mergeGravatar Gael Guennebaud2009-12-23
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
* | extend the DenseStorageMatrix mechanism to all expressionsGravatar Gael Guennebaud2009-12-22
* | more fixesGravatar Gael Guennebaud2009-12-17
* | a lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
* | fix spasre triangular solve for row major lower matricesGravatar Gael Guennebaud2009-12-14
| * Warning 4512 (assignment operators could not be generated) is now simply disa...Gravatar Hauke Heibel2009-12-14
| * Removed more warnings.Gravatar Hauke Heibel2009-12-12
| * Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
| * Even more NestByValue cleanup...Gravatar Hauke Heibel2009-12-01
| * Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01
| * add specialization ei_ref_selector for sparse matrix typesGravatar Gael Guennebaud2009-12-01
| * precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
* | Big refactoring/cleaning in the spasre module withGravatar Gael Guennebaud2009-11-18
* | more ET refactoring:Gravatar Gael Guennebaud2009-11-17