public class IntMatrix
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
IntMatrix(IntMatrix other) |
protected |
IntMatrix(long cPtr,
boolean cMemoryOwn) |
|
IntMatrix(long nRows,
long nCols) |
|
IntMatrix(long nRows,
long nCols,
int val) |
|
IntMatrix(long nRows,
long nCols,
Shared_Int_Array data) |
Modifier and Type | Method and Description |
---|---|
IntMatrix |
assign(IntMatrix other) |
void |
delete() |
protected void |
finalize() |
void |
getCol(long i,
SWIGTYPE_p_RDNumeric__VectorT_int_t col) |
protected static long |
getCPtr(IntMatrix obj) |
SWIGTYPE_p_int |
getData() |
long |
getDataSize() |
void |
getRow(long i,
SWIGTYPE_p_RDNumeric__VectorT_int_t row) |
int |
getVal(long i,
long j) |
long |
numCols() |
long |
numRows() |
void |
setVal(long i,
long j,
int val) |
IntMatrix |
transpose(IntMatrix transpose) |
protected IntMatrix(long cPtr, boolean cMemoryOwn)
public IntMatrix(long nRows, long nCols)
public IntMatrix(long nRows, long nCols, int val)
public IntMatrix(long nRows, long nCols, Shared_Int_Array data)
public IntMatrix(IntMatrix other)
protected static long getCPtr(IntMatrix obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public long numRows()
public long numCols()
public long getDataSize()
public int getVal(long i, long j)
public void setVal(long i, long j, int val)
public void getRow(long i, SWIGTYPE_p_RDNumeric__VectorT_int_t row)
public void getCol(long i, SWIGTYPE_p_RDNumeric__VectorT_int_t col)
public SWIGTYPE_p_int getData()