org.ejml.alg.dense.mult
Class SubmatrixOps

java.lang.Object
  extended by org.ejml.alg.dense.mult.SubmatrixOps

public class SubmatrixOps
extends Object

Operations that are performed on a submatrix inside a larger matrix.

Author:
Peter Abeles

Constructor Summary
SubmatrixOps()
           
 
Method Summary
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
clone, equals, finalize, 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)


Copyright © 2012. All Rights Reserved.