Package org.ejml.dense.row.misc
Class ImplCommonOps_FDMA
java.lang.Object
org.ejml.dense.row.misc.ImplCommonOps_FDMA
@Generated("org.ejml.dense.row.misc.ImplCommonOps_DDMA")
public class ImplCommonOps_FDMA
extends Object
Implementations of common ops routines for
FMatrixRMaj. In general
there is no need to directly invoke these functions.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidextract(org.ejml.data.FMatrix src, int srcY0, int srcX0, org.ejml.data.FMatrix dst, int dstY0, int dstX0, int numRows, int numCols)
-
Constructor Details
-
ImplCommonOps_FDMA
public ImplCommonOps_FDMA()
-
-
Method Details
-
extract
public static void extract(org.ejml.data.FMatrix src, int srcY0, int srcX0, org.ejml.data.FMatrix dst, int dstY0, int dstX0, int numRows, int numCols)
-