org.ejml.alg.dense.mult
Class SubmatrixOps
- java.lang.Object
-
- org.ejml.alg.dense.mult.SubmatrixOps
-
public class SubmatrixOps extends java.lang.ObjectOperations that are performed on a submatrix inside a larger matrix.
-
-
Constructor Summary
Constructors Constructor and Description SubmatrixOps()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidsetSubMatrix(RowD1Matrix64F src, RowD1Matrix64F dst, int srcRow, int srcCol, int dstRow, int dstCol, int numSubRows, int numSubCols)
-
-
-
Method Detail
-
setSubMatrix
public static void setSubMatrix(RowD1Matrix64F src, RowD1Matrix64F dst, int srcRow, int srcCol, int dstRow, int dstCol, int numSubRows, int numSubCols)
-
-
DMelt 3.0 © DataMelt by jWork.ORG