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 5f0b4a4010.
|
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 6cbb3038ac 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 |
|
Justin Carpentier
|
a020d9b134
|
Use col method for column-major matrix
|
2017-10-17 21:51:27 +02:00 |
|
Gael Guennebaud
|
a7be4cd1b1
|
Fix LeastSquareDiagonalPreconditioner for complexes (issue introduced in previous commit)
|
2017-06-09 11:57:53 +02:00 |
|
Gael Guennebaud
|
682b2ef17e
|
bug #1423: fix LSCG\'s Jacobi preconditioner for row-major matrices.
|
2017-06-08 15:06:27 +02:00 |
|
Gael Guennebaud
|
0bb12fa614
|
Add LU::transpose().solve() and LU::adjoint().solve() API.
|
2015-12-01 14:38:47 +01:00 |
|
Gael Guennebaud
|
64242b8bf3
|
Doc: add link to doc of sparse solver concept
|
2015-10-08 10:50:39 +02:00 |
|
Gael Guennebaud
|
506964fc29
|
Propagate precondition info to the iterative solver.
|
2015-08-04 16:13:34 +02:00 |
|
Gael Guennebaud
|
4c8b95d5c5
|
Rename LSCG to LeastSquaresConjugateGradient
|
2015-03-05 10:16:32 +01:00 |
|
Gael Guennebaud
|
05274219a7
|
Add a CG-based solver for rectangular least-square problems (bug #975).
|
2015-03-04 09:34:27 +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 |
|
Gael Guennebaud
|
c06ec0f464
|
Fix Jacobi preconditioner with zero diagonal entries
|
2014-06-17 23:47:30 +02:00 |
|
Gael Guennebaud
|
46b1c7a0ce
|
fix bug #485: conflict between a typedef and template type parameter
|
2012-07-13 20:54:38 +02:00 |
|
Benoit Jacob
|
69124cfca2
|
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
|
2012-07-13 14:42:47 -04:00 |
|
Jitse Niesen
|
3c412183b2
|
Get rid of include directives inside namespace blocks (bug #339).
|
2012-04-15 11:06:28 +01:00 |
|
Gael Guennebaud
|
eb168ef8ed
|
add analyzePattern/factorize API to iterative solvers and basic preconditioners
|
2012-02-27 14:10:26 +01:00 |
|
Gael Guennebaud
|
e759086dcd
|
improve documentation of some sparse related classes
|
2011-12-02 19:02:49 +01:00 |
|
Gael Guennebaud
|
53fa851724
|
move sparse solvers from unsupported/ to main Eigen/ and remove the "not stable yet" warning
|
2011-11-12 14:11:27 +01:00 |
|