- java.lang.Object
-
- org.quantlib.Matrix
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class Matrix extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longcolumns()voiddelete()protected voidfinalize()doubleget(long i, long j)protected static longgetCPtr(Matrix obj)longrows()voidset(long i, long j, double x)protected static longswigRelease(Matrix obj)StringtoString()
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Method Detail
-
swigRelease
protected static long swigRelease(Matrix obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
rows
public long rows()
-
columns
public long columns()
-
get
public double get(long i, long j)
-
set
public void set(long i, long j, double x)
-
-