opale.matrix
Interface IterativeSolver

All Superinterfaces:
Solver
All Known Implementing Classes:
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
           
static double PRECISION
           
 
Methods inherited from interface opale.matrix.Solver
solve
 

Field Detail

PRECISION

public static final double PRECISION

MAXITER

public static final int MAXITER