public class BlockD3Matrix64F
extends org.ejml.data.ReshapeMatrix64F
| Modifier and Type | Field and Description |
|---|---|
int |
blockLength |
double[][][] |
blocks |
| Constructor and Description |
|---|
BlockD3Matrix64F(int numRows,
int numCols) |
BlockD3Matrix64F(int numRows,
int numCols,
int blockLength) |
| Modifier and Type | Method and Description |
|---|---|
<T extends org.ejml.data.Matrix64F> |
copy() |
double |
get(int row,
int col) |
double[][][] |
getData() |
int |
getNumCols() |
int |
getNumElements() |
int |
getNumRows() |
void |
print() |
void |
reshape(int numRows,
int numCols,
boolean saveValues) |
void |
set(int row,
int col,
double val) |
double |
unsafe_get(int row,
int col) |
void |
unsafe_set(int row,
int col,
double val) |
public BlockD3Matrix64F(int numRows,
int numCols,
int blockLength)
public BlockD3Matrix64F(int numRows,
int numCols)
public double[][][] getData()
public void reshape(int numRows,
int numCols,
boolean saveValues)
reshape in class org.ejml.data.ReshapeMatrix64Fpublic double get(int row,
int col)
public void set(int row,
int col,
double val)
public double unsafe_get(int row,
int col)
public void unsafe_set(int row,
int col,
double val)
public int getNumRows()
getNumRows in interface org.ejml.data.Matrix64FgetNumRows in class org.ejml.data.ReshapeMatrix64Fpublic int getNumCols()
getNumCols in interface org.ejml.data.Matrix64FgetNumCols in class org.ejml.data.ReshapeMatrix64Fpublic int getNumElements()
public void print()
public <T extends org.ejml.data.Matrix64F> T copy()