aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/OrderingMethods/Ordering.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
* Ordering.h edited to fix dependencies on Eigen_Colamd.hGravatar Anshul Jaiswal2019-08-15
|
* Remove EIGEN_MPL2_ONLY guards around code re-licensed from LGPL to MPL2 in ↵Gravatar Rasmus Munk Larsen2019-03-05
| | | | https://bitbucket.org/eigen/eigen/commits/2ca1e732398ea2c506427e9031212d63e9253b96
* Fix implicit conversion from 0.0 to scalarGravatar Gael Guennebaud2018-02-16
|
* 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