Class ImplCommonOps_DDMA

java.lang.Object
org.ejml.dense.row.misc.ImplCommonOps_DDMA

public class ImplCommonOps_DDMA extends Object
Implementations of common ops routines for DMatrixRMaj. In general there is no need to directly invoke these functions.
  • Constructor Details

    • ImplCommonOps_DDMA

      public ImplCommonOps_DDMA()
  • Method Details

    • extract

      public static void extract(DMatrix src, int srcY0, int srcX0, DMatrix dst, int dstY0, int dstX0, int numRows, int numCols)