aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse
Commit message (Expand)AuthorAge
* 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
* bug fix in SuperLU support: the meaning of Matrix::stride() changed for vectorsGravatar Gael Guennebaud2009-09-07
* enable ILU in super LU only if the super version supports itGravatar Gael Guennebaud2009-09-04
* Added support for SuperLU's ILU factorizationGravatar Peter Román2009-08-21
* compilation fix in AmbiVector<int>Gravatar Gael Guennebaud2009-08-31
* Fix compilation in sparse moduleGravatar Gael Guennebaud2009-08-06
* remove remnant of MultiplierBaseGravatar Benoit Jacob2009-08-06
* make the dot product linear in the second variable, not the first variableGravatar Benoit Jacob2009-08-03
* bug fix in inverse for 1x1 matrix,Gravatar Gael Guennebaud2009-07-27
* synch with main devel branchGravatar Gael Guennebaud2009-07-14
|\
| * one more fix of the previous commit (forgot to update ei_must_nest_by_value)Gravatar Gael Guennebaud2009-07-13