Package apple.accelerate.struct
Class SparseGMRESOptions
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.accelerate.struct.SparseGMRESOptions
-
public final class SparseGMRESOptions extends org.moe.natj.c.StructObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSparseGMRESOptions.Function_reportErrorstatic interfaceSparseGMRESOptions.Function_reportStatus
-
Constructor Summary
Constructors Modifier Constructor Description SparseGMRESOptions()protectedSparseGMRESOptions(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleatol()intmaxIterations()intnvec()SparseGMRESOptions.Function_reportErrorreportError()SparseGMRESOptions.Function_reportStatusreportStatus()doublertol()voidsetAtol(double value)voidsetMaxIterations(int value)voidsetNvec(int value)voidsetReportError(SparseGMRESOptions.Function_reportError value)voidsetReportStatus(SparseGMRESOptions.Function_reportStatus value)voidsetRtol(double value)voidsetVariant(byte value)bytevariant()
-
-
-
Method Detail
-
reportError
public SparseGMRESOptions.Function_reportError reportError()
-
setReportError
public void setReportError(SparseGMRESOptions.Function_reportError value)
-
variant
public byte variant()
-
setVariant
public void setVariant(byte value)
-
nvec
public int nvec()
-
setNvec
public void setNvec(int 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 SparseGMRESOptions.Function_reportStatus reportStatus()
-
setReportStatus
public void setReportStatus(SparseGMRESOptions.Function_reportStatus value)
-
-