Interface | Description |
---|---|
IterativeLinearSystemSolver |
An iterative method for solving an N-by-N (or non-square) linear system
Ax = b involves a sequence of matrix-vector multiplications.
|
IterativeLinearSystemSolver.Solution |
This is the solution to a system of linear equations using an iterative
solver.
|
Enum | Description |
---|---|
ConvergenceFailure.Reason |
the reasons for the convergence failure
|
Exception | Description |
---|---|
ConvergenceFailure |
This exception is thrown by
IterativeLinearSystemSolver.solve(dev.nm.algebra.linear.matrix.doubles.linearsystem.LSProblem, dev.nm.misc.algorithm.iterative.monitor.IterationMonitor)
when the iterative algorithm detects a breakdown or fails to converge. |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.