MATMUL (The GNU Fortran Compiler) (original) (raw)
MATRIX_B
An array of INTEGER
,REAL
, or COMPLEX
type if MATRIX_A is ofINTEGER
, REAL
, or COMPLEX
type. Otherwise, if MATRIX_A is an array of UNSIGNED
or LOGICAL
type, the type shall be the same as that of MATRIX_A. The rank shall be one or two, and the first (or only) dimension of MATRIX_B shall be equal to the last (or only) dimension of MATRIX_A.MATRIX_A and MATRIX_B shall not both be rank one arrays.