index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
PardisoSupport
/
PardisoSupport.h
Commit message (
Expand
)
Author
Age
*
Fix compilation of MKL Pardiso support
Gael Guennebaud
2015-06-24
*
The usage of DenseIndex is deprecated, so let's replace DenseIndex by Index
Gael Guennebaud
2015-02-16
*
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Refactoring of sparse solvers through a SparseSolverBase class and usage of t...
Gael Guennebaud
2014-09-01
*
Make Pardiso solvers non copyabe
Gael Guennebaud
2013-08-02
*
Fix compilation and warning of PARDISO
Gael Guennebaud
2013-08-02
*
add support for solving with sparse right hand side
Desire NUENTSA
2013-01-25
*
fix bug #524: Pardiso's parameter array does not have to be aligned!
Gael Guennebaud
2012-10-24
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
Add private copy constructors to sparse solvers backends
Desire NUENTSA
2012-03-29
*
typo in variable name not revealed by ICC
Gael Guennebaud
2012-03-08
*
fix conversion warning
Gael Guennebaud
2012-03-08
*
fix and clean Pardiso solver and s/PARDISOSupport/PardisoSupport
Gael Guennebaud
2012-02-27