Package org.ejml.dense.row.misc
Class ImplCommonOps_DDRM
- java.lang.Object
-
- org.ejml.dense.row.misc.ImplCommonOps_DDRM
-
public class ImplCommonOps_DDRM extends java.lang.ObjectImplementations of common ops routines forDMatrixRMaj. In general there is no need to directly invoke these functions.
-
-
Constructor Summary
Constructors Constructor Description ImplCommonOps_DDRM()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidextract(org.ejml.data.DMatrixRMaj src, int srcY0, int srcX0, org.ejml.data.DMatrixRMaj dst, int dstY0, int dstX0, int numRows, int numCols)
-