aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/UmfPackSupport
Commit message (Expand)AuthorAge
* Fix misleading indentation of errorCode and make it loop-localGravatar Christoph Hertzberg2018-09-12
* Umfpack: UF_long has been removed in recent versions of suitesparse, and fix ...Gravatar Gael Guennebaud2018-04-11
* Merged in v_huber/eigen (pull request PR-378)Gravatar Gael Guennebaud2018-04-11
|\
| * Remove unnecessary defineGravatar vhuber2018-03-30
| * Add interface to umfpack_*l_* functionsGravatar vhuber2018-03-30
* | MIsc. source and comment typosGravatar luz.paz2018-03-11
|/
* Fix compilationGravatar Gael Guennebaud2016-12-27
* renamed methods umfpackReportControl(), umfpackReportInfo(), and umfpackRepor...Gravatar Joao Rui Leal2016-12-21
* it is now possible to change Umfpack control settings before factorizations; ...Gravatar Joao Rui Leal2016-12-19
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* Fix copy ctor prototype.Gravatar Gael Guennebaud2016-05-26
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
* Add LU::transpose().solve() and LU::adjoint().solve() API.Gravatar Gael Guennebaud2015-12-01
* Fix UmfPackLU ctor for exppressionsGravatar Gael Guennebaud2015-11-27
* bug #918, umfpack: add access to umfpack return code and parametersGravatar Gael Guennebaud2015-11-27
* bug #897: make umfpack support use Ref<>Gravatar Gael Guennebaud2015-06-09
* bug #998: Started fixing doxygen warningsGravatar Christoph Hertzberg2015-05-01
* Fix many long to int conversion warnings:Gravatar Gael Guennebaud2015-02-16
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * Use Ref<> to ensure that both x and b in Ax=b are compatible with Umfpack/Sup...Gravatar Gael Guennebaud2015-02-03
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
|/
* UmfPack support: fix redundant evaluation/copies when calling compute() and s...Gravatar Gael Guennebaud2014-12-02
* bug #897: fix UmfPack usage with mapped sparse matricesGravatar Gael Guennebaud2014-12-02
* Fix bug #911: m_extractedDataAreDirty was not initialized in UmfPackLUGravatar Gael Guennebaud2014-12-02
* 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
* Refactoring of sparse solvers through a SparseSolverBase class and usage of t...Gravatar Gael Guennebaud2014-09-01
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* add support for solving with sparse right hand sideGravatar Desire NUENTSA2013-01-25
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix umfpack for row-majorGravatar Gael Guennebaud2012-06-06
* add a noncopyable base class for decompositionsGravatar Gael Guennebaud2012-06-04
* Fix bug #468: generalize UmfPack support to accept any input at the cost of a...Gravatar Gael Guennebaud2012-06-01
* 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
* modify the unit tests of sparse linear solvers to enable tests on real matri...Gravatar Desire NUENTSA2012-03-29
* make the accessors to internal sparse storage part of the public API and remo...Gravatar Gael Guennebaud2011-12-04
* 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