12.07.2015 Views

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

SHOW MORE
SHOW LESS
  • No tags were found...

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

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

LSHIFT § 77Perform a logical shift to the left.SynopsisLSHIFT(I, SHIFT)ArgumentsI and SHIFT are integer values.Return ValueThe return value is of the same type and kind as the argument I. It is the value of the argument Ilogically shifted left by SHIFT bits.MATMUL 90Perform a matrix multiply of numeric or logical matrices.SynopsisMATMUL(MATRIX_A, MATRIX_B)ArgumentsThe argument MATRIX_A must be numeric (integer, real, or complex) or logical, and have a rankof one or two. The argument MATRIX_B must be numeric (integer, real, or complex) or logical,and have a rank of one or two. If MATRIX_A has rank one, then MATRIX_B must have rank 2. IfMATRIX_B has rank one, then MATRIX_A must have rank 2. The size of the first dimension ofMATRIX_B must equal the size of the last dimension of MATRIX_A.Return ValueA matrix representing the value of the matrix multiplied arguments. There are three possible resultshapes: MATRIX_A(n,m) and MATRIX_B(m,k) gives a result (n,k) matrix. MATRIX_A(m)and MATRIX_B(m,k) gives a result (k), MATRIX_A(n,m) and MATRIX_B(m) gives aresult(n).MAX 77Return the maximum value of the supplied arguments.SynopsisMAX( A1, A2 [,A3,...])224 Chapter 6

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

Saved successfully!

Ooh no, something went wrong!