Package apple.accelerate.struct
Class SparseCGOptions
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.accelerate.struct.SparseCGOptions
-
public final class SparseCGOptions extends org.moe.natj.c.StructObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSparseCGOptions.Function_reportErrorstatic interfaceSparseCGOptions.Function_reportStatus
-
Constructor Summary
Constructors Modifier Constructor Description SparseCGOptions()protectedSparseCGOptions(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleatol()intmaxIterations()SparseCGOptions.Function_reportErrorreportError()SparseCGOptions.Function_reportStatusreportStatus()doublertol()voidsetAtol(double value)voidsetMaxIterations(int value)voidsetReportError(SparseCGOptions.Function_reportError value)voidsetReportStatus(SparseCGOptions.Function_reportStatus value)voidsetRtol(double value)
-
-
-
Method Detail
-
reportError
public SparseCGOptions.Function_reportError reportError()
-
setReportError
public void setReportError(SparseCGOptions.Function_reportError value)
-
maxIterations
public int maxIterations()
-
setMaxIterations
public void setMaxIterations(int value)
-
atol
public double atol()
-
setAtol
public void setAtol(double value)
-
rtol
public double rtol()
-
setRtol
public void setRtol(double value)
-
reportStatus
public SparseCGOptions.Function_reportStatus reportStatus()
-
setReportStatus
public void setReportStatus(SparseCGOptions.Function_reportStatus value)
-
-