HP Fortran Programmer's Reference (September 2007)

Intrinsic procedures
Intrinsic procedure speciļ¬cations
Chapter 11586
Class
Elemental nonstandard function.
LSHIFT(I, SHIFT)
Description
Left shift.
Class
Elemental nonstandard function.
MALLOC(SIZE)
Description
Allocate a block of memory.
Class
Transformational nonstandard function.
MATMUL(MATRIX_A, MATRIX_B)
Description
Performs matrix multiplication of numeric or logical matrices.
Class
Transformational function.
Arguments
MATRIX_A must be of numeric type (integer, real, or complex) or of logical type. It must
be array valued and of rank one or two.
MATRIX_B must be of numeric type if MATRIX_A is of numeric type and of logical type if
MATRIX_A is of logical type. It must be array valued and of rank one or two.