Documentation of 'org.ejml.alg.dense.mult.SubmatrixOps' Java class
SubmatrixOps
org.ejml.alg.dense.mult

Class SubmatrixOps



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

      Constructors 
      Constructor and Description
      SubmatrixOps() 
    • Method Summary

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

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

      • SubmatrixOps

        public SubmatrixOps()
    • Method Detail

      • setSubMatrix

        public static void setSubMatrix(RowD1Matrix64F src,
                                        RowD1Matrix64F dst,
                                        int srcRow,
                                        int srcCol,
                                        int dstRow,
                                        int dstCol,
                                        int numSubRows,
                                        int numSubCols)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.