Next: MAX, Previous: MALLOC, Up: Intrinsic Procedures
MATMUL — matrix multiplicationRESULT = MATMUL(MATRIX_A, MATRIX_B)
     | MATRIX_A | An array of INTEGER(*),REAL(*),COMPLEX(*), orLOGICAL(*)type, with a rank of
			  one or two. | 
| MATRIX_B | An array of INTEGER(*),REAL(*), orCOMPLEX(*)type if
			  MATRIX_A is of a numeric type;
			  otherwise, an array ofLOGICAL(*)type. 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. | 
* or .AND. operators.