Gael Guennebaud
|
fc202bab39
|
Index refactoring: StorageIndex must be used for storage only (and locally when it make sense). In all other cases use the global Index type.
|
2015-02-13 18:57:41 +01:00 |
|
Gael Guennebaud
|
fe51319980
|
Merge Index-refactoring branch with default, fix PastixSupport, remove some useless typedefs
|
2015-02-13 10:03:53 +01:00 |
|
Gael Guennebaud
|
ebdf6a2dbb
|
SPQR: fix default threshold value
|
2015-02-03 22:32:34 +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 |
|
Desire NUENTSA
|
54e576c88a
|
Fix SPQR Solve() when assigning to a Map object
|
2013-09-26 15:00:22 +02:00 |
|
Desire NUENTSA
|
fe19f972e1
|
Fix leaked memory for successive calls to SPQR
|
2013-09-24 15:56:56 +02:00 |
|
Desire NUENTSA
|
83736e9c61
|
Set back the default ordering method in SPQR support
|
2013-05-13 13:08:13 +02:00 |
|
Desire NUENTSA
|
122b16d841
|
fix memory leak from Cholmod data in SPQR support
|
2013-05-13 13:04:12 +02:00 |
|
Gael Guennebaud
|
12a1313b09
|
bug #482: pass scalar arguments by const references. Still remains a few cases that might affect the ABI (see the bug entry)
|
2013-02-25 18:05:57 +01:00 |
|
Desire NUENTSA
|
19de016fef
|
Correct the SPQR backend for rank-deficient matrices and delete some public functions
|
2013-02-20 13:59:56 +01:00 |
|
Desire NUENTSA
|
35647b0133
|
Correct bug in SPQR backend and replace matrixQR by matrixR
|
2013-01-29 17:48:30 +01:00 |
|
Desire NUENTSA
|
5afaacedc6
|
Update SPQR interface
|
2012-12-07 15:32:04 +01:00 |
|
Desire NUENTSA
|
36414d1f3e
|
Update SPQR module for Sparse LM
|
2012-11-21 19:47:44 +01:00 |
|
Desire NUENTSA
|
0412dff97b
|
Add more useful functions to SPQR interface
|
2012-11-13 18:13:13 +01:00 |
|
Desire NUENTSA
|
9cf77ce1d8
|
Add support for Sparse QR factorization
|
2012-11-12 15:20:37 +01:00 |
|