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