aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/CholmodSupport
Commit message (Expand)AuthorAge
* SuiteSparse defines the macro SuiteSparse_long to control what type is used f...Gravatar Rasmus Munk Larsen2018-08-13
* Make sure CholmodSupport works when included in multiple compilation units (i...Gravatar Christoph Hertzberg2017-06-06
* Add std:: namespace prefix to all (hopefully) instances if size_t/ptrdfiff_tGravatar Gael Guennebaud2017-01-23
* Add support for long indexes and for (real-valued) row-major matrices to Chol...Gravatar Christoph Hertzberg2016-12-19
* Generalize Cholmod support to hanlde any sparse type as the rhs and result of...Gravatar Gael Guennebaud2016-11-06
* bug #1330: Cholmod supports double precision only, so let's trigger a static ...Gravatar Gael Guennebaud2016-11-03
* Remove double ;;Gravatar Gael Guennebaud2016-10-12
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* bug #946: generalize Cholmod::solve to handle any rhs expressionGravatar Gael Guennebaud2016-01-29
* bug #1095: add Cholmod*::logDeterminant/determinant (from patch of Joshua Pri...Gravatar Gael Guennebaud2016-01-22
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
* bug #1141: add missing initialization of CholmodBase::m_*IsOkGravatar Gael Guennebaud2015-12-29
* Add LU::transpose().solve() and LU::adjoint().solve() API.Gravatar Gael Guennebaud2015-12-01
* bug #1086: replace deprecated UF_long by SuiteSparse_longGravatar Gael Guennebaud2015-10-12
* Doc: add link to doc of sparse solver conceptGravatar Gael Guennebaud2015-10-08
* Fix possible usage of a null pointer in CholmodSupportGravatar Gael Guennebaud2015-02-18
* Fix compilation of Cholmod*(matrix) ctorGravatar Gael Guennebaud2015-02-17
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* bug #882: fix various const-correctness issues with *View classes.Gravatar Gael Guennebaud2014-10-07
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Fix Cholmod support without evaluatorsGravatar Gael Guennebaud2014-09-01
* Refactoring of sparse solvers through a SparseSolverBase class and usage of t...Gravatar Gael Guennebaud2014-09-01
* Fixes bug #681Gravatar Christoph Hertzberg2013-10-17
* fix casting from double* to void* in SuperLU and Cholmod supportGravatar Gael Guennebaud2013-06-24
* fix unused variable warningGravatar Gael Guennebaud2013-06-09
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Update SPQR interfaceGravatar Desire NUENTSA2012-12-07
* Add support for Sparse QR factorizationGravatar Desire NUENTSA2012-11-12
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* bug #488: Add setShift method (and functionality) to Cholmod classesGravatar Christoph Hertzberg2012-07-04
* CholmodDecomposition now has explicit variants. These variants will allow to ...Gravatar Gael Guennebaud2012-06-04
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* Add private copy constructors to sparse solvers backendsGravatar Desire NUENTSA2012-03-29
* s/compressed()/isCompressed()Gravatar Gael Guennebaud2011-12-10
* Cholmod: add support for uncompressed SparseMatrix objectsGravatar Gael Guennebaud2011-12-10
* make the accessors to internal sparse storage part of the public API and remo...Gravatar Gael Guennebaud2011-12-04
* improve documentation of some sparse related classesGravatar Gael Guennebaud2011-12-02
* cleanning pass on the sparse modules:Gravatar Gael Guennebaud2011-11-28
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12