aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/PardisoSupport
Commit message (Collapse)AuthorAge
* Makes Scalar/RealScalar typedefs public in Pardiso's wrappers (see PR 688)Gravatar Gael Guennebaud2019-09-03
|
* bug #1629: fix compilation of PardisoSupport (regression introduced in ↵Gravatar Gael Guennebaud2019-03-02
| | | | | | changeset a7842daef2c82a9be200dff54d455f6d4a0b199c )
* Fix several uninitialized member from ctorGravatar Gael Guennebaud2018-11-23
|
* MIsc. source and comment typosGravatar luz.paz2018-03-11
| | | | Found using `codespell` and `grep` from downstream FreeCAD
* bug #1167: simplify installation of header files using cmake's ↵Gravatar Gael Guennebaud2016-08-29
| | | | install(DIRECTORY ...) command.
* Fixes for PARDISO: warnings, and defaults to metis+ in-core mode.Gravatar Gael Guennebaud2016-06-08
|
* Removed executable bit from header filesGravatar Benoit Steiner2016-03-23
|
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
|
* Fix compilation of PardisoSupportGravatar Gael Guennebaud2015-12-11
|
* Doc: add link to doc of sparse solver conceptGravatar Gael Guennebaud2015-10-08
|
* Fix compilation of MKL Pardiso supportGravatar Gael Guennebaud2015-06-24
|
* The usage of DenseIndex is deprecated, so let's replace DenseIndex by IndexGravatar Gael Guennebaud2015-02-16
|
* 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.
* 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.
* Make Pardiso solvers non copyabeGravatar Gael Guennebaud2013-08-02
|
* Fix compilation and warning of PARDISOGravatar Gael Guennebaud2013-08-02
|
* add support for solving with sparse right hand sideGravatar Desire NUENTSA2013-01-25
|
* fix bug #524: Pardiso's parameter array does not have to be aligned!Gravatar Gael Guennebaud2012-10-24
|
* 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
|
* typo in variable name not revealed by ICCGravatar Gael Guennebaud2012-03-08
|
* fix conversion warningGravatar Gael Guennebaud2012-03-08
|
* fix and clean Pardiso solver and s/PARDISOSupport/PardisoSupportGravatar Gael Guennebaud2012-02-27