aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse
Commit message (Expand)AuthorAge
* * 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
* | adapt CwiseBinaryOp and the Sparse counter partGravatar Gael Guennebaud2009-11-17
* | adapt CwiseUnaryOp and CwiseUnaryViewGravatar Gael Guennebaud2009-11-16
* | Experiment the ET refactoring on Transpose for Dense and Sparse storages.Gravatar Gael Guennebaud2009-11-16
|/
* * mergeGravatar Benoit Jacob2009-11-09
|\
| * an attempt to fix a compilation issue with MSVCGravatar Gael Guennebaud2009-11-04
* | sync with mainlineGravatar Benoit Jacob2009-10-28
|\|
* | big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
| * * add a Make* expression type builder to allow theGravatar Gael Guennebaud2009-10-16
|/
* Added EIGEN_REF_TO_TEMPORARY define for rvalue support.Gravatar Hauke Heibel2009-09-21
* implement __gnuc_forget_about_setZero_its_over_nowGravatar Gael Guennebaud2009-09-18
* finish my evalToDense => evalTo changeGravatar Gael Guennebaud2009-09-17
* fix another .stride() issue in Cholmod supportGravatar Gael Guennebaud2009-09-07