aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/PaStiXSupport
Commit message (Collapse)AuthorAge
* 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)
* Merge Index-refactoring branch with default, fix PastixSupport, remove some ↵Gravatar Gael Guennebaud2015-02-13
|\ | | | | | | useless typedefs
* | 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
|
* Fix usage of m_isInitialized in SparseLU and Pastix support.Gravatar Gael Guennebaud2014-09-01
|
* 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 PaStiX support for Pastix 5.2Gravatar Gael Guennebaud2014-02-28
|
* add support for solving with sparse right hand sideGravatar Desire NUENTSA2013-01-25
|
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* simplify and clean a bit the Pastix support moduleGravatar Gael Guennebaud2012-06-12
|
* fix installation pathGravatar Gael Guennebaud2012-06-06
|
* remove debug outputGravatar Gael Guennebaud2012-04-17
|
* 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
* Add simple API to set Pastix parametersGravatar Desire NUENTSA2012-03-22
|
* Adding an interface to PaStiX, the multithreaded and distributed linear solverGravatar Desire NUENTSA2012-03-08