org.ujmp.core.util
Class BLAS

java.lang.Object
  extended by org.ujmp.core.util.BLAS

public abstract class BLAS
extends Object


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

BLAS

public BLAS()
Method Detail

dgemm

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)

isAvailable

public static boolean isAvailable()

mtimes

public static final DenseDoubleMatrix2D mtimes(DefaultDenseDoubleMatrix2D A,
                                               DefaultDenseDoubleMatrix2D B)


Copyright © 2010. All Rights Reserved.