Alexander Karatarakis
|
4ba872bd75
|
Avoid leading underscore followed by cap in template identifiers
|
2021-08-04 22:41:52 +00:00 |
|
Gael Guennebaud
|
a7842daef2
|
Fix several uninitialized member from ctor
|
2018-11-23 15:10:28 +01:00 |
|
luz.paz
|
e3912f5e63
|
MIsc. source and comment typos
Found using `codespell` and `grep` from downstream FreeCAD
|
2018-03-11 10:01:44 -04:00 |
|
Gael Guennebaud
|
f939c351cb
|
Fix SPQR for rectangular matrices
|
2016-10-12 22:39:33 +02:00 |
|
Gael Guennebaud
|
35a8e94577
|
bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command.
|
2016-08-29 10:59:37 +02:00 |
|
Gael Guennebaud
|
0bb12fa614
|
Add LU::transpose().solve() and LU::adjoint().solve() API.
|
2015-12-01 14:38:47 +01:00 |
|
Gael Guennebaud
|
252e89b11b
|
bug #1086: replace deprecated UF_long by SuiteSparse_long
|
2015-10-12 16:20:12 +02:00 |
|
Gael Guennebaud
|
64242b8bf3
|
Doc: add link to doc of sparse solver concept
|
2015-10-08 10:50:39 +02:00 |
|
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 |
|