|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectno.uib.cipr.matrix.sparse.AbstractIterativeSolver
no.uib.cipr.matrix.sparse.BiCG
public class BiCG
BiCG solver. BiCG solves the unsymmetric linear system Ax = b
using the Preconditioned BiConjugate Gradient method.
Field Summary |
---|
Fields inherited from class no.uib.cipr.matrix.sparse.AbstractIterativeSolver |
---|
iter, M |
Constructor Summary | |
---|---|
BiCG(Vector template)
Constructor for BiCG. |
Method Summary | |
---|---|
Vector |
solve(Matrix A,
Vector b,
Vector x)
Solves the given problem, writing result into the vector. |
Methods inherited from class no.uib.cipr.matrix.sparse.AbstractIterativeSolver |
---|
checkSizes, getIterationMonitor, getPreconditioner, setIterationMonitor, setPreconditioner |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BiCG(Vector template)
template
- Vector to use as template for the work vectors needed in the
solution processMethod Detail |
---|
public Vector solve(Matrix A, Vector b, Vector x) throws IterativeSolverNotConvergedException
IterativeSolver
A
- Matrix of the problemb
- Right hand sidex
- Solution is stored here. Also used as initial guess
IterativeSolverNotConvergedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |