|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ujmp.core.util.BLAS
public abstract class BLAS
Constructor Summary | |
---|---|
BLAS()
|
Method Summary | |
---|---|
static void |
dgemm(int rows,
int retcols,
int cols,
int i,
double[] values,
int j,
int rows2,
double[] m2,
int k,
int l,
int m,
double[] ret,
int n,
int rows3)
|
static boolean |
isAvailable()
|
static DenseDoubleMatrix2D |
mtimes(DefaultDenseDoubleMatrix2D A,
DefaultDenseDoubleMatrix2D B)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BLAS()
Method Detail |
---|
public static void dgemm(int rows, int retcols, int cols, int i, double[] values, int j, int rows2, double[] m2, int k, int l, int m, double[] ret, int n, int rows3)
public static boolean isAvailable()
public static final DenseDoubleMatrix2D mtimes(DefaultDenseDoubleMatrix2D A, DefaultDenseDoubleMatrix2D B)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |