Go to the source code of this file.
|
subroutine | zmatm3 (m, n, k, np, a, b, c) |
|
◆ zmatm3()
subroutine zmatm3 |
( |
integer |
m, |
|
|
integer |
n, |
|
|
integer |
k, |
|
|
integer |
np, |
|
|
double complex, dimension(m*k,np) |
a, |
|
|
double complex, dimension(k*n,np) |
b, |
|
|
double complex, dimension(m*n,np) |
c |
|
) |
| |