Package org.ejml.dense.row.mult
Class SubmatrixOps_DDRM
java.lang.Object
org.ejml.dense.row.mult.SubmatrixOps_DDRM
public class SubmatrixOps_DDRM
extends java.lang.Object
Operations that are performed on a submatrix inside a larger matrix.
-
Constructor Summary
Constructors Constructor Description SubmatrixOps_DDRM() -
Method Summary
Modifier and Type Method Description static voidsetSubMatrix(org.ejml.data.DMatrix1Row src, org.ejml.data.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(org.ejml.data.DMatrix1Row src, org.ejml.data.DMatrix1Row dst, int srcRow, int srcCol, int dstRow, int dstCol, int numSubRows, int numSubCols)
-