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

Go to the source code of this file.

Functions/Subroutines

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

Function/Subroutine Documentation

◆ zgemm()

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

Definition at line 1 of file zgemm.f.

References xerbla().

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