opale.matrix
Interface Solver

All Known Subinterfaces:
IterativeSolver
All Known Implementing Classes:
SolverLU

public interface Solver

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


Method Summary
 void solve(Matrix A, DVect b, DVect x)
          Solve Ax=b
 

Method Detail

solve

public void solve(Matrix A,
                  DVect b,
                  DVect x)
Solve Ax=b