org.ejml.alg.dense.misc
Class ImplCommonOps_DenseMatrix64F
- java.lang.Object
-
- org.ejml.alg.dense.misc.ImplCommonOps_DenseMatrix64F
-
public class ImplCommonOps_DenseMatrix64F extends java.lang.ObjectImplementations of common ops routines forDenseMatrix64F. In general there is no need to directly invoke these functions.
-
-
Constructor Summary
Constructors Constructor and Description ImplCommonOps_DenseMatrix64F()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidextract(DenseMatrix64F src, int srcY0, int srcX0, DenseMatrix64F dst, int dstY0, int dstX0, int numRows, int numCols)
-
-
-
Method Detail
-
extract
public static void extract(DenseMatrix64F src, int srcY0, int srcX0, DenseMatrix64F dst, int dstY0, int dstX0, int numRows, int numCols)
-
-
DMelt 3.0 © DataMelt by jWork.ORG