CMATMUL Subroutine Deprecated

subroutine CMATMUL(N, M, A, B, C) Deprecated

Made obsolete by matmul and zgemm

Arguments

Type IntentOptional Attributes Name
integer :: N
integer :: M
double complex :: A(M,M)
double complex :: B(M,M)
double complex :: C(M,M)