org.ejml.alg.dense.misc
Class ImplCommonOps_Matrix64F
java.lang.Object
org.ejml.alg.dense.misc.ImplCommonOps_Matrix64F
public class ImplCommonOps_Matrix64F
- extends Object
Implementations of common ops routines for DenseMatrix64F. In general
there is no need to directly invoke these functions.
- Author:
- Peter Abeles
|
Method Summary |
static void |
extract(Matrix64F src,
int srcY0,
int srcX0,
Matrix64F dst,
int dstY0,
int dstX0,
int numRows,
int numCols)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImplCommonOps_Matrix64F
public ImplCommonOps_Matrix64F()
extract
public static void extract(Matrix64F src,
int srcY0,
int srcX0,
Matrix64F dst,
int dstY0,
int dstX0,
int numRows,
int numCols)
Copyright © 2012. All Rights Reserved.