aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/OrderingMethods/Ordering.h
Commit message (Collapse)AuthorAge
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ↵Gravatar Gael Guennebaud2016-01-01
| | | | warnings
* Fix Index vs StorageIndex naming conventionGravatar Gael Guennebaud2015-09-03
|
* Add unit tests for CG and sparse-LLT for long int as storage-indexGravatar Gael Guennebaud2015-03-09
|
* 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)
* Fix bug #809: unused variable warningGravatar Gael Guennebaud2014-07-08
|
* Add assertion and warning on the requirements of SparseQR and COLAMDOrderingGravatar Gael Guennebaud2014-06-20
|
* 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
|
* 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
|
* Update Ordering interfaceGravatar Desire NUENTSA2012-07-06
|
* Update Ordering interfaceGravatar Desire NUENTSA2012-07-06
|
* build complete... almostGravatar Desire NUENTSA2012-06-14
|
* Build process...Gravatar Desire NUENTSA2012-06-13
|
* Checking Syntax...Gravatar Desire NUENTSA2012-06-11