- java.lang.Object
-
- org.quantlib.MatrixMultiplicationDelegate
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class MatrixMultiplicationDelegate extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description MatrixMultiplicationDelegate()protectedMatrixMultiplicationDelegate(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Arrayapply(Array x)voiddelete()protected voidfinalize()protected static longgetCPtr(MatrixMultiplicationDelegate obj)protected static longswigRelease(MatrixMultiplicationDelegate obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
MatrixMultiplicationDelegate
protected MatrixMultiplicationDelegate(long cPtr, boolean cMemoryOwn)
-
MatrixMultiplicationDelegate
public MatrixMultiplicationDelegate()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(MatrixMultiplicationDelegate obj)
-
swigRelease
protected static long swigRelease(MatrixMultiplicationDelegate obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-