aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/PaStiXSupport
Commit message (Expand)AuthorAge
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* bug #1485: fix linking issue of non template functionsGravatar Gael Guennebaud2017-11-15
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* bug #1149: fix Pastix*::*parm()Gravatar Gael Guennebaud2016-01-20
* bug #1148: silent Pastix by defaultGravatar Gael Guennebaud2016-01-20
* bug #1145: fix PastixSupport LLT/LDLT wrappers (missing resize prior to calls...Gravatar Gael Guennebaud2016-01-20
* 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
* Doc: add link to doc of sparse solver conceptGravatar Gael Guennebaud2015-10-08
* Fix many long to int conversion warnings:Gravatar Gael Guennebaud2015-02-16
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
|/
* 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 t...Gravatar Gael Guennebaud2014-09-01
* 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 matri...Gravatar Desire NUENTSA2012-03-29
* 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