aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/OrderingMethods
Commit message (Expand)AuthorAge
* More colamd cleanup:Gravatar Gael Guennebaud2019-09-03
* Eigen_Colamd.h updated to replace constexpr with consts and enums.Gravatar Anshul Jaiswal2019-08-17
* Ordering.h edited to fix dependencies on Eigen_Colamd.hGravatar Anshul Jaiswal2019-08-15
* 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
* Updated Eigen_Colamd.h, namespacing macros ALIVE & DEAD as COLAMD_ALIVE & COL...Gravatar Anshul Jaiswal2019-06-08
* Remove EIGEN_MPL2_ONLY guards around code re-licensed from LGPL to MPL2 in ht...Gravatar Rasmus Munk Larsen2019-03-05
* Change licensing of OrderingMethods/Amd.h and SparseCholesky/SimplicialCholes...Gravatar Rasmus Munk Larsen2019-02-22
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Fix implicit conversion from 0.0 to scalarGravatar Gael Guennebaud2018-02-16
* better check array index before using itGravatar Gael Guennebaud2017-03-15
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* 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 numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Fix Index vs StorageIndex naming conventionGravatar Gael Guennebaud2015-09-03
* Fix AMD ordering when a column has only one off-diagonal non-zero (also fix b...Gravatar Gael Guennebaud2015-09-03
* Update approx. minimum ordering method to push and keep structural empty diag...Gravatar Gael Guennebaud2015-03-20
* 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
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* bug #887: use ei_declare_aligned_stack_constructed_variable instead of manual...Gravatar Gael Guennebaud2014-10-06
* 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
* 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 including...Gravatar Benoit Jacob2012-07-13
* | 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 missi...Gravatar Gael Guennebaud2012-02-03
* 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 remo...Gravatar Gael Guennebaud2011-12-04
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12