prodct - nicolob/pep-full GitHub Wiki

prodct

Type: subroutine

Defined in: prodct.f

Definition: subroutine PRODCT(a, b, c, k, m, n)

Description

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.

Included Files

None.

Arguments

  • a
  • b
  • c
  • k
  • m
  • n

Calls

  • prodct

Called By

  • ...

Notes

  • ...
⚠️ **GitHub.com Fallback** ⚠️