Class SubmatrixOps_FDRM


  • public class SubmatrixOps_FDRM
    extends java.lang.Object
    Operations that are performed on a submatrix inside a larger matrix.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void setSubMatrix​(org.ejml.data.FMatrix1Row src, org.ejml.data.FMatrix1Row dst, int srcRow, int srcCol, int dstRow, int dstCol, int numSubRows, int numSubCols)  
      • Methods inherited from class java.lang.Object

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

      • SubmatrixOps_FDRM

        public SubmatrixOps_FDRM()
    • Method Detail

      • setSubMatrix

        public static void setSubMatrix​(org.ejml.data.FMatrix1Row src,
                                        org.ejml.data.FMatrix1Row dst,
                                        int srcRow,
                                        int srcCol,
                                        int dstRow,
                                        int dstCol,
                                        int numSubRows,
                                        int numSubCols)