BlasStubs Module

Functions and values

Function or value Description

dgemm_ (TRANSA, TRANSB, M, N, K, ALPHA, A, LDA, B, LDB, BETA, C, LDC)

Full Usage: dgemm_ (TRANSA, TRANSB, M, N, K, ALPHA, A, LDA, B, LDB, BETA, C, LDC)

Parameters:
    TRANSA : 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>

TRANSA : 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>