Go to the source code of this file.
Functions/Subroutines | |
subroutine | zmctm (l, m, n, a, b, ld, c) |
subroutine zmctm | ( | integer, intent(in) | l, |
integer, intent(in) | m, | ||
integer, intent(in) | n, | ||
complex(8), dimension(l,m), intent(in) | a, | ||
complex(8), dimension(l,n), intent(in) | b, | ||
integer, intent(in) | ld, | ||
complex(8), dimension(ld,*), intent(inout) | c | ||
) |