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")


Method Index

 o solve(Operator, Vector, Vector)
In this method from Solver, A must be a LinearOperator.

Methods

 o 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