Antonio Sánchez
|
352ede96e4
|
Fix incomplete cholesky.
|
2024-03-08 19:18:10 +00:00 |
|
Rasmus Munk Larsen
|
6ed4d80cc8
|
Fix crash in IncompleteCholesky when the input has zeros on the diagonal.
|
2024-02-22 22:22:21 +00:00 |
|
Tobias Wood
|
f38e16c193
|
Apply clang-format
|
2023-11-29 11:12:48 +00:00 |
|
Antonio Sánchez
|
6e4d5d4832
|
Add IWYU private pragmas to internal headers.
|
2023-08-21 16:25:22 +00:00 |
|
Antonio Sánchez
|
e256ad1823
|
Remove LGPL Code and references.
|
2023-02-08 01:25:06 +00:00 |
|
Erik Schultheis
|
5a0a165c09
|
fix broken asserts
|
2022-01-12 18:31:53 +00:00 |
|
Rasmus Munk Larsen
|
d7d0bf832d
|
Issue an error in case of direct inclusion of internal headers.
|
2021-09-10 19:12:26 +00:00 |
|
Alexander Karatarakis
|
4ba872bd75
|
Avoid leading underscore followed by cap in template identifiers
|
2021-08-04 22:41:52 +00:00 |
|
Steve Bronder
|
e7b8643d70
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
This reverts commit 5f0b4a4010af4cbf6161a0d1a03a747addc44a5d.
|
2021-03-24 18:14:56 +00:00 |
|
David Tellenbach
|
5f0b4a4010
|
Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()"
This reverts commit 6cbb3038ac48cb5fe17eba4dfbf26e3e798041f1 because it
breaks clang-10 builds on x86 and aarch64 when C++11 is enabled.
|
2021-03-05 13:16:43 +01:00 |
|
Steve Bronder
|
6cbb3038ac
|
Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()
|
2021-03-04 18:58:08 +00:00 |
|
Rasmus Munk Larsen
|
6a34003141
|
Remove EIGEN_MPL2_ONLY guard in IncompleteCholesky that is no longer needed after the AMD reordering code was relicensed to MPL2.
|
2019-03-13 11:52:41 -07:00 |
|
Gael Guennebaud
|
a7842daef2
|
Fix several uninitialized member from ctor
|
2018-11-23 15:10:28 +01:00 |
|
Gael Guennebaud
|
fecea26d93
|
Extend doc on shifting strategy
|
2016-01-27 15:55:15 +01:00 |
|
Gael Guennebaud
|
369d6d1ae3
|
Add link to reference paper.
|
2016-01-23 22:16:03 +01:00 |
|
Gael Guennebaud
|
0caa4b1531
|
bug #1150: make IncompleteCholesky more robust by iteratively increase the shift until the factorization succeed (with at most 10 attempts).
|
2016-01-23 22:13:54 +01:00 |
|
Gael Guennebaud
|
8b0d1eb0f7
|
Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation warnings
|
2016-01-01 21:45:06 +01:00 |
|
Gael Guennebaud
|
0bb12fa614
|
Add LU::transpose().solve() and LU::adjoint().solve() API.
|
2015-12-01 14:38:47 +01:00 |
|
Gael Guennebaud
|
4704bdc9c0
|
Make the IterativeLinearSolvers module compatible with MPL2-only mode
by defaulting to COLAMDOrdering and NaturalOrdering for ILUT and ILLT respectively.
|
2015-10-26 15:17:52 +01:00 |
|
Gael Guennebaud
|
e30bc89190
|
Add missing include of std vector
|
2015-10-08 15:20:50 +02:00 |
|
Gael Guennebaud
|
1b148d9e2e
|
Move IncompleteCholesky to official modules
|
2015-10-08 11:32:46 +02:00 |
|