aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/OrderingMethods/Eigen_Colamd.h
Commit message (Collapse)AuthorAge
* More colamd cleanup:Gravatar Gael Guennebaud2019-09-03
| | | | | | - Move colamd implementation in its own namespace to avoid polluting the internal namespace with Ok, Status, etc. - Fix signed/unsigned warning - move some ugly free functions as member functions
* Eigen_Colamd.h updated to replace constexpr with consts and enums.Gravatar Anshul Jaiswal2019-08-17
|
* Eigen_Colamd.h edited replacing macros with constexprs and functions.Gravatar Anshul Jaiswal2019-08-15
|
* Eigen_Colamd.h edited online with Bitbucket replacing constant #defines with ↵Gravatar Anshul Jaiswal2019-07-21
| | | | const definitions
* Updated Eigen_Colamd.h, namespacing macros ALIVE & DEAD as COLAMD_ALIVE & ↵Gravatar Anshul Jaiswal2019-06-08
| | | | | | COLAMD_DEAD to prevent conflicts with other libraries / code.
* MIsc. source and comment typosGravatar luz.paz2018-03-11
| | | | Found using `codespell` and `grep` from downstream FreeCAD
* better check array index before using itGravatar Gael Guennebaud2017-03-15
|
* Fix warning and replace min/max macros by calls to mini/maxiGravatar Gael Guennebaud2016-02-01
|
* Update link to suitesparse.Gravatar Gael Guennebaud2016-01-27
|
* bug #1143: Work-around gcc bugGravatar Christoph Hertzberg2016-01-06
|
* Fix many long to int conversion warnings:Gravatar Gael Guennebaud2015-02-16
| | | | | | - fix usage of Index (API) versus StorageIndex (when multiple indexes are stored) - use StorageIndex(val) when the input has already been check - use internal::convert_index<StorageIndex>(val) when val is potentially unsafe (directly comes from user input)
* workaround strange compilation issue with ICC and -strict-ansiGravatar Gael Guennebaud2013-04-10
|
* Use a template Index for COLAMD orderingGravatar Desire NUENTSA2013-03-20
|
* Clean the Colamd routineGravatar Desire NUENTSA2012-09-10
|
* add SparseLU in sparse benchGravatar Desire NUENTSA2012-09-10
|
* 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
|
* Checking Syntax...Gravatar Desire NUENTSA2012-06-11