Gael Guennebaud
|
95e19be381
|
Fix compilation of MKL Pardiso support
|
2015-06-24 14:53:43 +02:00 |
|
Gael Guennebaud
|
45cbb0bbb1
|
The usage of DenseIndex is deprecated, so let's replace DenseIndex by Index
|
2015-02-16 15:05:41 +01:00 |
|
Christoph Hertzberg
|
e8cdbedefb
|
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings.
|
2014-12-04 22:48:53 +01:00 |
|
Christoph Hertzberg
|
36448c9e28
|
Make constructors explicit if they could lead to unintended implicit conversion
|
2014-09-23 14:28:23 +02:00 |
|
Gael Guennebaud
|
0ca43f7e9a
|
Remove deprecated code not used by evaluators
|
2014-09-18 15:15:27 +02:00 |
|
Gael Guennebaud
|
85c7659574
|
Refactoring of sparse solvers through a SparseSolverBase class and usage of the Solve<> expression. Introduce a SolveWithGuess expression on top of Solve.
|
2014-09-01 15:00:19 +02:00 |
|
Gael Guennebaud
|
e3058dd88b
|
Make Pardiso solvers non copyabe
|
2013-08-02 11:09:02 +02:00 |
|
Gael Guennebaud
|
8ea7413a64
|
Fix compilation and warning of PARDISO
|
2013-08-02 11:05:00 +02:00 |
|
Desire NUENTSA
|
81d4bfa8d9
|
add support for solving with sparse right hand side
|
2013-01-25 18:17:17 +01:00 |
|
Gael Guennebaud
|
b3254c9af5
|
fix bug #524: Pardiso's parameter array does not have to be aligned!
|
2012-10-24 10:31:04 +02:00 |
|
Jitse Niesen
|
3c412183b2
|
Get rid of include directives inside namespace blocks (bug #339).
|
2012-04-15 11:06:28 +01:00 |
|
Desire NUENTSA
|
5dbb646190
|
Add private copy constructors to sparse solvers backends
|
2012-03-29 19:19:12 +02:00 |
|
Gael Guennebaud
|
fe9b7c2564
|
typo in variable name not revealed by ICC
|
2012-03-08 21:45:00 +01:00 |
|
Gael Guennebaud
|
48a3e0ed55
|
fix conversion warning
|
2012-03-08 21:31:49 +01:00 |
|
Gael Guennebaud
|
122f28626c
|
fix and clean Pardiso solver and s/PARDISOSupport/PardisoSupport
|
2012-02-27 13:23:21 +01:00 |
|