prodct - nicolob/pep-full GitHub Wiki
Type: subroutine
Defined in: prodct.f
Definition: subroutine PRODCT(a, b, c, k, m, n)
If any of the dimensions are negative, then the corresponding array
is actually its own transpose: a(m,k) or b(n,m) or c(n,k). The
absolute values of k, m, and n are used as the actual dimensions for
the arrays.
None.
a
b
c
k
m
n
- prodct
- ...
- ...