| Package | Description |
|---|---|
| net.dedekind.blas |
Selected BLAS and BLAS extensions Java bindings for Intel's MKL (Math Kernel
Library) and the F2J Fortran to Java translations from net.sourceforge.f2j as
a fallback.
|
| Modifier and Type | Method and Description |
|---|---|
static Trans |
Trans.of(String trans) |
static Trans |
Trans.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Trans[] |
Trans.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Blas.cgemm(Trans transa,
Trans transb,
int m,
int n,
int k,
float alphar,
float alphai,
float[] a,
int lda,
float[] b,
int ldb,
float betar,
float betai,
float[] c,
int ldc) |
void |
BlasJ.cgemm(Trans transa,
Trans transb,
int m,
int n,
int k,
float alphar,
float alphai,
float[] a,
int lda,
float[] b,
int ldb,
float betar,
float betai,
float[] c,
int ldc) |
void |
BlasN.cgemm(Trans transa,
Trans transb,
int m,
int n,
int k,
float alphar,
float alphai,
float[] a,
int lda,
float[] b,
int ldb,
float betar,
float betai,
float[] c,
int ldc) |
void |
BlasExt.cgemm3m(Trans transa,
Trans transb,
int m,
int n,
int k,
float alphar,
float alphai,
float[] a,
int lda,
float[] b,
int ldb,
float betar,
float betai,
float[] c,
int ldc) |
abstract void |
Blas.zgemm(Trans transa,
Trans transb,
int m,
int n,
int k,
double alphar,
double alphai,
double[] a,
int lda,
double[] b,
int ldb,
double betar,
double betai,
double[] c,
int ldc) |
void |
BlasJ.zgemm(Trans transa,
Trans transb,
int m,
int n,
int k,
double alphar,
double alphai,
double[] a,
int lda,
double[] b,
int ldb,
double betar,
double betai,
double[] c,
int ldc) |
void |
BlasN.zgemm(Trans transa,
Trans transb,
int m,
int n,
int k,
double alphar,
double alphai,
double[] a,
int lda,
double[] b,
int ldb,
double betar,
double betai,
double[] c,
int ldc) |
void |
BlasExt.zgemm3m(Trans transa,
Trans transb,
int m,
int n,
int k,
double alphar,
double alphai,
double[] a,
int lda,
double[] b,
int ldb,
double betar,
double betai,
double[] c,
int ldc) |
Copyright © 2023. All rights reserved.