aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/UmfPackSupport
Commit message (Collapse)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
| | | | a few long-to-int conversions issues.
* Merged in v_huber/eigen (pull request PR-378)Gravatar Gael Guennebaud2018-04-11
|\ | | | | | | Add interface to umfpack_*l_* functions
| * Remove unnecessary defineGravatar vhuber2018-03-30
| |
| * Add interface to umfpack_*l_* functionsGravatar vhuber2018-03-30
| |
* | MIsc. source and comment typosGravatar luz.paz2018-03-11
|/ | | | Found using `codespell` and `grep` from downstream FreeCAD
* Fix compilationGravatar Gael Guennebaud2016-12-27
|
* renamed methods umfpackReportControl(), umfpackReportInfo(), and ↵Gravatar Joao Rui Leal2016-12-21
| | | | umfpackReportStatus() from UmfPackLU to printUmfpackControl(), printUmfpackInfo(), and printUmfpackStatus()
* it is now possible to change Umfpack control settings before factorizations; ↵Gravatar Joao Rui Leal2016-12-19
| | | | added access to the report functions of Umfpack
* bug #1167: simplify installation of header files using cmake's ↵Gravatar Gael Guennebaud2016-08-29
| | | | install(DIRECTORY ...) command.
* 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
| | | | | | - 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)
* Index refactoring: StorageIndex must be used for storage only (and locally ↵Gravatar Gael Guennebaud2015-02-13
| | | | when it make sense). In all other cases use the global Index type.
* Merge Index-refactoring branch with default, fix PastixSupport, remove some ↵Gravatar Gael Guennebaud2015-02-13
|\ | | | | | | useless typedefs
| * Use Ref<> to ensure that both x and b in Ax=b are compatible with ↵Gravatar Gael Guennebaud2015-02-03
| | | | | | | | Umfpack/SuperLU expectations
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index ↵Gravatar Christoph Hertzberg2014-12-04
|/ | | | to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings.
* UmfPack support: fix redundant evaluation/copies when calling compute() and ↵Gravatar Gael Guennebaud2014-12-02
| | | | support generic expressions as input
* 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 ↵Gravatar Gael Guennebaud2014-09-01
| | | | the Solve<> expression. Introduce a SolveWithGuess expression on top of Solve.
* 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 ↵Gravatar Gael Guennebaud2012-06-01
| | | | an implicit copy.
* 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 ↵Gravatar Desire NUENTSA2012-03-29
| | | | matrices, from MatrixMarket for instance
* make the accessors to internal sparse storage part of the public API and ↵Gravatar Gael Guennebaud2011-12-04
| | | | remove their "_" prefix.
* cleanning pass on the sparse modules:Gravatar Gael Guennebaud2011-11-28
| | | | | - remove outdated/deprecated code - improve a bit the documentation
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not ↵Gravatar Gael Guennebaud2011-11-12
stable yet" warning