|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This abstract class must be extended to perform a linear system solver, for instance Jacobi's method, LU...
Method Summary | |
void |
solve(BandMatrix A,
DVect b,
DVect x)
Solve Ax=b |
Method Detail |
public void solve(BandMatrix A, DVect b, DVect x)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |