KTH framework for Nek5000 toolboxes; testing version  0.0.1
dgemm.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function/Subroutine Documentation

◆ dgemm()

subroutine dgemm ( character*1  TRANSA,
character*1  TRANSB,
integer  M,
integer  N,
integer  K,
double precision  ALPHA,
double precision, dimension( lda, * )  A,
integer  LDA,
double precision, dimension( ldb, * )  B,
integer  LDB,
double precision  BETA,
double precision, dimension( ldc, * )  C,
integer  LDC 
)

Definition at line 1 of file dgemm.f.

References xerbla().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: