Function or value | Description |
Full Usage:
dgemm_ (TRANSA, TRANSB, M, N, K, ALPHA, A, LDA, B, LDB, BETA, C, LDC)
Parameters:
nativeptr<char>
TRANSB : nativeptr<char>
M : nativeptr<int>
N : nativeptr<int>
K : nativeptr<int>
ALPHA : nativeptr<double>
A : nativeptr<double>
LDA : nativeptr<int>
B : nativeptr<double>
LDB : nativeptr<int>
BETA : nativeptr<double>
C : nativeptr<double>
LDC : nativeptr<int>
|
|