public final class SparseCGOptions
extends org.moe.natj.c.StructObject
| Modifier and Type | Class and Description |
|---|---|
static interface |
SparseCGOptions.Function_reportError |
static interface |
SparseCGOptions.Function_reportStatus |
| Modifier | Constructor and Description |
|---|---|
|
SparseCGOptions() |
protected |
SparseCGOptions(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
double |
atol() |
int |
maxIterations() |
SparseCGOptions.Function_reportError |
reportError() |
SparseCGOptions.Function_reportStatus |
reportStatus() |
double |
rtol() |
void |
setAtol(double value) |
void |
setMaxIterations(int value) |
void |
setReportError(SparseCGOptions.Function_reportError value) |
void |
setReportStatus(SparseCGOptions.Function_reportStatus value) |
void |
setRtol(double value) |
public SparseCGOptions()
protected SparseCGOptions(org.moe.natj.general.Pointer peer)
public SparseCGOptions.Function_reportError reportError()
public void setReportError(SparseCGOptions.Function_reportError 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 SparseCGOptions.Function_reportStatus reportStatus()
public void setReportStatus(SparseCGOptions.Function_reportStatus value)