Class SubmatrixOps_FDRM

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

@Generated("org.ejml.dense.row.mult.SubmatrixOps_DDRM")
public class SubmatrixOps_FDRM
extends java.lang.Object
Operations that are performed on a submatrix inside a larger matrix.
  • Constructor Summary

    Constructors 
    Constructor Description
    SubmatrixOps_FDRM()  
  • Method Summary

    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 Details

  • Method Details

    • 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)