All Packages Class Hierarchy This Package Previous Next Index
Interface jam.solver.LinearSolver
- public interface interface LinearSolver
General Linear Solver
(or perhaps more precisely, "estimator")
-
solve(Operator, Vector, Vector)
- In this method from Solver,
A must be a LinearOperator.
solve
public abstract void solve(Operator A,
Vector b,
Vector x)
- In this method from Solver,
A must be a LinearOperator.
All Packages Class Hierarchy This Package Previous Next Index