aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse/SparseDiagonalProduct.h
Commit message (Expand)AuthorAge
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12
* fix compilation after recent const change in return typesGravatar Gael Guennebaud2011-01-25
* fix compilation of rowmajor sparse time diagonalGravatar Gael Guennebaud2011-01-14
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* email changeGravatar Gael Guennebaud2010-06-24
* * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
* the Index types change.Gravatar Benoit Jacob2010-05-30
* * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
* | a lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
| * Warning 4512 (assignment operators could not be generated) is now simply disa...Gravatar Hauke Heibel2009-12-14
| * 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
| * add specialization ei_ref_selector for sparse matrix typesGravatar Gael Guennebaud2009-12-01
* | more ET refactoring:Gravatar Gael Guennebaud2009-11-17
* | adapt CwiseBinaryOp and the Sparse counter partGravatar Gael Guennebaud2009-11-17
|/
* * update sparse module wrt new diagonal matrix implGravatar Gael Guennebaud2009-07-04
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* various minor fixes in Sparse moduleGravatar Gael Guennebaud2009-02-10
* - add diagonal * sparse product as an expressionGravatar Gael Guennebaud2009-02-09