public final class SparseGMRESOptions
extends org.moe.natj.c.StructObject
| Modifier and Type | Class and Description |
|---|---|
static interface |
SparseGMRESOptions.Function_reportError |
static interface |
SparseGMRESOptions.Function_reportStatus |
| Modifier | Constructor and Description |
|---|---|
|
SparseGMRESOptions() |
protected |
SparseGMRESOptions(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
double |
atol() |
int |
maxIterations() |
int |
nvec() |
SparseGMRESOptions.Function_reportError |
reportError() |
SparseGMRESOptions.Function_reportStatus |
reportStatus() |
double |
rtol() |
void |
setAtol(double value) |
void |
setMaxIterations(int value) |
void |
setNvec(int value) |
void |
setReportError(SparseGMRESOptions.Function_reportError value) |
void |
setReportStatus(SparseGMRESOptions.Function_reportStatus value) |
void |
setRtol(double value) |
void |
setVariant(byte value) |
byte |
variant() |
public SparseGMRESOptions()
protected SparseGMRESOptions(org.moe.natj.general.Pointer peer)
public SparseGMRESOptions.Function_reportError reportError()
public void setReportError(SparseGMRESOptions.Function_reportError value)
public byte variant()
public void setVariant(byte value)
public int nvec()
public void setNvec(int value)
public int maxIterations()
public void setMaxIterations(int value)
public double atol()
public void setAtol(double value)
public double rtol()
public void setRtol(double value)
public SparseGMRESOptions.Function_reportStatus reportStatus()
public void setReportStatus(SparseGMRESOptions.Function_reportStatus value)