Modifier and Type | Method and Description |
---|---|
LSProblem |
LSProblem.withInitialGuess(Vector initialGuess)
Overrides the initial guess of the solution.
|
LSProblem |
LSProblem.withLeftPreconditioner(Preconditioner preconditioner)
Overrides the left preconditioner.
|
LSProblem |
LSProblem.withMaxIteration(int maxIteration)
Overrides the maximum count of iterations.
|
LSProblem |
LSProblem.withRightPreconditioner(Preconditioner preconditioner)
Overrides the right preconditioner.
|
LSProblem |
LSProblem.withTolerance(Tolerance tolerance)
Overrides the tolerance instance.
|
Modifier and Type | Method and Description |
---|---|
Vector |
OLSSolverByQR.solve(LSProblem problem)
In the ordinary least square sense, solve
Ax = y
|
Vector |
OLSSolverBySVD.solve(LSProblem problem)
In the ordinary least square sense, solve
Ax = y
|
Vector |
LUSolver.solve(LSProblem problem)
Solve Ax = b.
|
Modifier and Type | Method and Description |
---|---|
IterativeLinearSystemSolver.Solution |
IterativeLinearSystemSolver.solve(LSProblem problem,
IterationMonitor<Vector> monitor)
Solves iteratively
Ax = b
until the solution converges, i.e., the norm of residual
(b - Ax) is less than or equal to the threshold.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.