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
|
bc34ee3365
|
Using Index type instead of hard coded int type to prevent potential implicit integer conversion.
|
2014-09-22 18:56:36 +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
|
cd606bbc94
|
Fix infinite loop in sparselu
|
2014-02-14 23:10:16 +01:00 |
|
Gael Guennebaud
|
46dd1bb1be
|
Workaround fixing aliasing issue in x = SparseLU::solve(x)
|
2013-11-15 11:19:19 +01:00 |
|
Gael Guennebaud
|
6b471f205e
|
fix overflow and ambiguity in SparseLU memory allocation
|
2013-11-15 10:59:19 +01:00 |
|
Gael Guennebaud
|
7c9cdd6030
|
SparseLU: fix estimated non-zeros in U
|
2013-11-05 00:12:14 +01:00 |
|
Gael Guennebaud
|
90b5d303db
|
Fix bug #672: use exceptions in SuperLU if they are enabled only
|
2013-10-29 11:26:52 +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
|
7ee378d89d
|
Fix various scalar type conversion warnings.
|
2013-07-12 16:40:02 +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
|
1bf18bd57f
|
Fix bug in SparseLU dfs for dense matrices
|
2013-06-11 14:48:04 +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 |
|
Desire NUENTSA
|
d4b0c19a46
|
Fix a bug in Supernodal Matrix Iterator
|
2013-04-15 17:24:49 +02:00 |
|
Gael Guennebaud
|
d8f1035355
|
Fix a couple of int versus Index issues.
|
2013-04-09 09:43:00 +02:00 |
|
Desire NUENTSA
|
4fdae4dda9
|
Fix bug in SparseLU kernel for 32bits indices
|
2013-03-06 16:35:12 +01:00 |
|
Gael Guennebaud
|
b9fe79153b
|
Fix a couple of remaining warnings (missing newlines, inline-noinline, meaningless type qualifiers)
|
2013-03-01 14:42:36 +01:00 |
|
Gael Guennebaud
|
0b187a40a1
|
workaround "may be used uninitialized in this function" warning
|
2013-02-26 12:09:08 +01: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 |
|
Gael Guennebaud
|
a1091caa43
|
Fix some unused or not initialized related warnings.
|
2013-02-15 14:05:37 +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 |
|
Gael Guennebaud
|
73026eab4d
|
Fix SparseLU special gemm kernel on 32 bits system w/o SSE
|
2013-01-23 19:34:01 +01:00 |
|
Desire NUENTSA
|
3d9150870d
|
Fix documentation for SparseLU
|
2013-01-21 15:39:18 +01:00 |
|
Desire NUENTSA
|
f813e83bc3
|
Delete unused variable in SparseLU
|
2013-01-14 16:03:46 +01:00 |
|
Desire NUENTSA
|
c05848a330
|
Move SparseColEtree common to SparseLU and SparseQR to SparseCore and fix build issue of sparseqr
|
2013-01-14 15:59: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
|
ac8c694f3e
|
add missing copyright
|
2012-10-30 15:16:47 +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
|
b722c405b7
|
Use Ref instead of VectorBlock
|
2012-10-09 12:18:47 +02:00 |
|
Desire NUENTSA
|
b68102d9a2
|
MSVC needs parentheses around min and max
|
2012-09-28 10:44:25 +02:00 |
|
Desire NUENTSA
|
72bfed5e20
|
Add forgotten SparseLUBase
|
2012-09-27 11:34:56 +02:00 |
|