See: Description
Class | Description |
---|---|
ConjugateGradientMatrixSolver |
Implements a matrix solver using Conjugate Gradient.
|
ConjugateGradientWithPreconditionerMatrixSolver |
Implements a matrix solver using Conjugate Gradient with a preconditioner.
|
IterativeMatrixSolver<Operator extends MatrixVectorMultiplier> |
Base class for all iterative matrix solvers that takes care of most of the
basic iterative logic and the function minimizer interface.
|
MatrixVectorMultiplier |
The necessary multiplication wrapper class to match the FunctionMinimizer
interface.
|
MatrixVectorMultiplierDiagonalPreconditioner |
Implements a diagonal preconditioner for a matrix-vector multiplier.
|
MatrixVectorMultiplierWithPreconditioner |
As various preconditioner operations could be created, this class defines the
interface that must be followed by them.
|
OverconstrainedConjugateGradientMatrixMinimizer |
Implements a overconstrained conjugate gradient matrix optimizer.
|
OverconstrainedMatrixVectorMultiplier |
Implements an overconstrainted matrix-vector multiplication.
|
SteepestDescentMatrixSolver |
Implements a basic Steepest Descent iterative solver for linear systems of
equations.
|