Package jline.api.mc
Class Ctmc_gmres.GmresResult
java.lang.Object
jline.api.mc.Ctmc_gmres.GmresResult
- Enclosing class:
Ctmc_gmres
Outcome of a GMRES solve. The flag follows the MATLAB gmres convention: 0
converged, 1 iteration limit reached, 2 preconditioner ill-conditioned, 3
stagnation or breakdown. Callers must check it and fall back to the direct solve
when it is nonzero.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
x
-
flag
public final int flag -
relres
public final double relres -
iter
public final int iter
-