public class SubmatrixOps
extends java.lang.Object
| Constructor and Description |
|---|
SubmatrixOps() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setSubMatrix(org.ejml.data.RowD1Matrix64F src,
org.ejml.data.RowD1Matrix64F dst,
int srcRow,
int srcCol,
int dstRow,
int dstCol,
int numSubRows,
int numSubCols) |