Class SubmatrixOps_DDRM

java.lang.Object
org.ejml.dense.row.mult.SubmatrixOps_DDRM

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

    Constructors 
    Constructor Description
    SubmatrixOps_DDRM()  
  • Method Summary

    Modifier and Type Method Description
    static void setSubMatrix​(org.ejml.data.DMatrix1Row src, org.ejml.data.DMatrix1Row 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 Details

  • Method Details

    • setSubMatrix

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