aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/OrderingMethods
Commit message (Collapse)AuthorAge
* workaround strange compilation issue with ICC and -strict-ansiGravatar Gael Guennebaud2013-04-10
|
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
|
* Use a template Index for COLAMD orderingGravatar Desire NUENTSA2013-03-20
|
* Fix some MPL2/LGPL lisencing confusionsGravatar Gael Guennebaud2013-02-06
|
* Cleaning documentation pass in ordering and ILUTGravatar Gael Guennebaud2013-01-12
|
* Update SPQR interfaceGravatar Desire NUENTSA2012-12-07
|
* Clean the Colamd routineGravatar Desire NUENTSA2012-09-10
|
* add SparseLU in sparse benchGravatar Desire NUENTSA2012-09-10
|
* merge Sparse LU branchGravatar Desire NUENTSA2012-09-07
|\
| * Add exception handler to memory allocationGravatar Desire NUENTSA2012-07-19
| |
| * Add a draft (not clean ) version of the COLAMD ordering implementationGravatar Desire NUENTSA2012-07-18
| |
* | Add a EIGEN_MPL2_ONLY build option to generate compiler errors when ↵Gravatar Benoit Jacob2012-07-13
| | | | | | | | including non-MPL2 modules
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
| |
| * Update Ordering interfaceGravatar Desire NUENTSA2012-07-06
| |
| * Update Ordering interfaceGravatar Desire NUENTSA2012-07-06
| |
* | fix a few warningsGravatar Gael Guennebaud2012-06-15
| |
| * build complete... almostGravatar Desire NUENTSA2012-06-14
| |
| * Build process...Gravatar Desire NUENTSA2012-06-13
| |
| * Checking Syntax...Gravatar Desire NUENTSA2012-06-11
|/
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* fix several const qualifier issues: double ones, meaningless ones, some ↵Gravatar Gael Guennebaud2012-02-03
| | | | | | missing ones, etc. (note that const qualifiers are set by internall::nested)
* fix bug #281: replace csparse macros by template functionsGravatar Gael Guennebaud2011-12-04
|
* make the accessors to internal sparse storage part of the public API and ↵Gravatar Gael Guennebaud2011-12-04
| | | | remove their "_" prefix.
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not ↵Gravatar Gael Guennebaud2011-11-12
stable yet" warning