Package org.ejml.dense.row.mult
Class SubmatrixOps_DDRM
java.lang.Object
org.ejml.dense.row.mult.SubmatrixOps_DDRM
Operations that are performed on a submatrix inside a larger matrix.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
setSubMatrix
(DMatrix1Row src, DMatrix1Row dst, int srcRow, int srcCol, int dstRow, int dstCol, int numSubRows, int numSubCols)
-
Constructor Details
-
SubmatrixOps_DDRM
public SubmatrixOps_DDRM()
-
-
Method Details
-
setSubMatrix
public static void setSubMatrix(DMatrix1Row src, DMatrix1Row dst, int srcRow, int srcCol, int dstRow, int dstCol, int numSubRows, int numSubCols)
-