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
|
9d82f7e30d
|
Supernodes was disabled.
|
2015-01-30 17:24:40 +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 |
|
Gael Guennebaud
|
a370b1f2e2
|
Fix SparseLU::absDeterminant and add respective unit test
|
2014-10-17 16:52:56 +02:00 |
|
Gael Guennebaud
|
fb53ff1eda
|
Fix SparseLU regarding uncompressed inputs and avoid manual new/delete calls.
|
2014-10-06 11:42:31 +02:00 |
|
Georg Drenkhahn
|
9a04cd307c
|
Added implicit integer conversion by using explicit integer type conversion. Adding assert to catch overflow.
|
2014-09-22 18:47:33 +02: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
|
863b7362bc
|
Fix usage of m_isInitialized in SparseLU and Pastix support.
|
2014-09-01 17:16:32 +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
|
46dd1bb1be
|
Workaround fixing aliasing issue in x = SparseLU::solve(x)
|
2013-11-15 11:19:19 +01:00 |
|
Gael Guennebaud
|
1c61e28b32
|
Fix indentation
|
2013-08-20 14:13:41 +02:00 |
|
Gael Guennebaud
|
c06e373beb
|
Fix compilation with non-msvc compilers.
|
2013-08-20 14:12:42 +02:00 |
|
Pavel Holoborodko
|
e4ffb7729a
|
Removed unnecessary parentheses
|
2013-08-20 16:06:13 +09:00 |
|
Pavel Holoborodko
|
d908ccc01c
|
Added support for custom scalars
|
2013-08-20 15:00:28 +09:00 |
|
Hauke Heibel
|
b1f4601bf9
|
Removed non-standard conforming (17.4.3.1.2/1) leading underscore.
|
2013-07-30 08:05:10 +02:00 |
|
Gael Guennebaud
|
bbaef8ebba
|
SparseLU: make COLAMDOrdering the default ordering method.
|
2013-07-17 09:30:25 +02:00 |
|
Desire NUENTSA
|
cfd7f9b84a
|
avoid unneeded const_cast
|
2013-07-16 15:56:05 +02:00 |
|
Desire NUENTSA
|
3e094af410
|
Fix Sparse LU for matrices in non compressed mode
|
2013-07-16 15:15:53 +02:00 |
|
Gael Guennebaud
|
6d1f5dbaae
|
Add no_assignment_operator to a few classes that must not be assigned, and fix a couple of warnings.
|
2013-07-10 23:48:26 +02:00 |
|
Gael Guennebaud
|
d541765e85
|
Fix copy constructor signature
|
2013-06-12 18:02:13 +02:00 |
|
Desire NUENTSA
|
9266f65318
|
Fix bug #588 : Compute a determinant using SparseLU
|
2013-06-11 14:46:13 +02:00 |
|
Desire NUENTSA
|
f7bdbf69e1
|
Add support in SparseLU to solve with L and U factors independently
|
2013-05-14 17:15:23 +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 |
|
Gael Guennebaud
|
e71bc79f2a
|
SparseLU does not accept row-major matrices for the destination.
|
2013-02-22 14:45:42 +01:00 |
|
Desire NUENTSA
|
8bc00925e5
|
Change int to Index type for SparseLU
|
2013-01-29 16:21:24 +01:00 |
|
Desire NUENTSA
|
7f0f7ab5b4
|
Add additional methods in SparseLU and Improve the naming conventions
|
2013-01-25 20:38:26 +01:00 |
|
Desire NUENTSA
|
f813e83bc3
|
Delete unused variable in SparseLU
|
2013-01-14 16:03:46 +01:00 |
|
Gael Guennebaud
|
38fa432e07
|
Clean inclusion, namespace definition, and documentation of SparseLU
|
2013-01-12 11:55:16 +01:00 |
|
Desire NUENTSA
|
91b3b3aaab
|
Add a sparse QR factorization and update the elimination tree in SparseLU
|
2013-01-11 17:16:14 +01:00 |
|
Gael Guennebaud
|
f41d96deb9
|
Fix several documentation issues
|
2012-12-24 13:33:22 +01:00 |
|
Gael Guennebaud
|
90fcaf11cf
|
SparseLU: remove the "snode" path which appears to bring nearly zero speedup
|
2012-10-30 15:17:58 +01:00 |
|
Gael Guennebaud
|
fea4220f37
|
SparseLU: add a specialized gemm kernel, and add padding to the supernodes such that supernodes columns are all properly aligned
|
2012-10-30 15:09:48 +01:00 |
|
Desire NUENTSA
|
357fe3641d
|
Correct reference to iterative scaling method
|
2012-09-25 11:55:33 +02:00 |
|
Desire NUENTSA
|
15a9f6b9c1
|
Doc for sparseLU
|
2012-09-25 11:48:18 +02:00 |
|
Desire NUENTSA
|
088379ac2f
|
Fix MSVC compile error in SparseLU
|
2012-09-25 09:58:29 +02:00 |
|
Desire NUENTSA
|
a01371548d
|
Define sparseLU functions as static
|
2012-09-25 09:53:40 +02:00 |
|
Desire NUENTSA
|
2c99d84133
|
add SparseLU in sparse bench
|
2012-09-10 12:41:26 +02:00 |
|
Desire NUENTSA
|
063705b5be
|
Add tutorial for sparse solvers
|
2012-09-07 13:14:57 +02:00 |
|
Desire NUENTSA
|
2280f2490e
|
Init perf values
|
2012-09-04 12:21:07 +02:00 |
|
Desire NUENTSA
|
63d2dcfb70
|
Clean the supernodal matrix class
|
2012-08-07 17:10:42 +02:00 |
|
Desire NUENTSA
|
6e8aa96e0f
|
correct bug when solving with multiple Rhs
|
2012-08-03 13:05:27 +02:00 |
|
Desire NUENTSA
|
02935b4249
|
switch to MPL license
|
2012-08-01 11:38:32 +02:00 |
|
Desire NUENTSA W.
|
ce30d50e3e
|
Improve the permutation
|
2012-07-27 16:38:20 +02:00 |
|
Desire NUENTSA W.
|
c0fa5811ec
|
Refactoring codes for numeric updates
|
2012-07-27 11:36:58 +02:00 |
|
Desire NUENTSA
|
59642da88b
|
Add exception handler to memory allocation
|
2012-07-19 18:03:44 +02:00 |
|
Desire NUENTSA
|
b0cba2d988
|
Add a draft (not clean ) version of the COLAMD ordering implementation
|
2012-07-18 16:59:00 +02:00 |
|
Desire NUENTSA
|
773804691a
|
working version of sparse LU with unsymmetric supernodes and fill-reducing permutation
|
2012-07-13 17:32:25 +02:00 |
|
Desire NUENTSA
|
e529bc9cc1
|
correct bug when applying column permutation
|
2012-07-10 19:18:50 +02:00 |
|
Desire NUENTSA
|
de2544cc9b
|
working version of sparse LU without fill-reducing permutation
|
2012-07-10 19:16:57 +02:00 |
|