Class ImplCommonOps_FDRM


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void extract​(org.ejml.data.FMatrixRMaj src, int srcY0, int srcX0, org.ejml.data.FMatrixRMaj 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 Detail

      • ImplCommonOps_FDRM

        public ImplCommonOps_FDRM()
    • Method Detail

      • extract

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