- java.lang.Object
-
- org.quantlib.BiCGstab
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class BiCGstab extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBiCGstab(long cPtr, boolean cMemoryOwn)BiCGstab(MatrixMultiplicationDelegate delegate, long maxIter, double relTol)BiCGstab(MatrixMultiplicationDelegate delegate, long maxIter, double relTol, MatrixMultiplicationDelegate preconditioner)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(BiCGstab obj)Arraysolve(Array b)Arraysolve(Array b, Array x0)protected voidswigSetCMemOwn(boolean own)
-
-
-
Constructor Detail
-
BiCGstab
protected BiCGstab(long cPtr, boolean cMemoryOwn)
-
BiCGstab
public BiCGstab(MatrixMultiplicationDelegate delegate, long maxIter, double relTol)
-
BiCGstab
public BiCGstab(MatrixMultiplicationDelegate delegate, long maxIter, double relTol, MatrixMultiplicationDelegate preconditioner)
-
-
Method Detail
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-