|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ejml.alg.dense.mult.SubmatrixOps
public class SubmatrixOps
Operations that are performed on a submatrix inside a larger matrix.
| Constructor Summary | |
|---|---|
SubmatrixOps()
|
|
| Method Summary | |
|---|---|
static void |
setSubMatrix(RowD1Matrix64F src,
RowD1Matrix64F dst,
int srcRow,
int srcCol,
int dstRow,
int dstCol,
int numSubRows,
int numSubCols)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubmatrixOps()
| Method Detail |
|---|
public static void setSubMatrix(RowD1Matrix64F src,
RowD1Matrix64F dst,
int srcRow,
int srcCol,
int dstRow,
int dstCol,
int numSubRows,
int numSubCols)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||