02.07.2013 Views

HP Fortran Programmer's Reference

HP Fortran Programmer's Reference

HP Fortran Programmer's Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Class<br />

Elemental nonstandard function.<br />

LSHIFT(I, SHIFT)<br />

Description<br />

Left shift.<br />

Class<br />

Elemental nonstandard function.<br />

MALLOC(SIZE)<br />

Description<br />

Allocate a block of memory.<br />

Class<br />

Transformational nonstandard function.<br />

MATMUL(MATRIX_A, MATRIX_B)<br />

Description<br />

Performs matrix multiplication of numeric or logical matrices.<br />

Class<br />

Transformational function.<br />

Arguments<br />

Intrinsic procedures<br />

Intrinsic procedure specifications<br />

MATRIX_A must be of numeric type (integer, real, or complex) or of logical type. It must<br />

be array valued and of rank one or two.<br />

MATRIX_B must be of numeric type if MATRIX_A is of numeric type and of logical type if<br />

MATRIX_A is of logical type. It must be array valued and of rank one or two.<br />

Chapter 11 551

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!