Class ImplCommonOps_DDMA

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

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

    Constructors 
    Constructor Description
    ImplCommonOps_DDMA()  
  • Method Summary

    Modifier and Type Method Description
    static void extract​(org.ejml.data.DMatrix src, int srcY0, int srcX0, org.ejml.data.DMatrix dst, int dstY0, int dstX0, int numRows, int numCols)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • extract

      public static void extract​(org.ejml.data.DMatrix src, int srcY0, int srcX0, org.ejml.data.DMatrix dst, int dstY0, int dstX0, int numRows, int numCols)