opale.matrix
Interface IterativeSolver

All Superinterfaces:
Solver
All Known Implementing Classes:
SolverGaussSeidel, SolverJacobi

public interface IterativeSolver
extends Solver

This abstract class must be extended to perform a linear system solver, for instance Jacobi's method, ...


Field Summary
static int MAXITER
          The maximum of iterations
static double PRECISION
          The precision to stop the iterations
 
Methods inherited from interface opale.matrix.Solver
solve
 

Field Detail

PRECISION

public static final double PRECISION
The precision to stop the iterations

MAXITER

public static final int MAXITER
The maximum of iterations