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...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

TRANSFER 90Return a value that has the same bit representation as the source but with a different type.SynopsisTRANSFER(SOURCE, MOLD [,SIZE])ArgumentsThe arguments SOURCE and MOLD may be scalars or arrays of any type. The optional argumentSIZE must be a scalar and of type integer.Return ValueThe return value has the type of the MOLD argument. If SIZE is present, the result is a rank-onearray of size SIZE. If SIZE is not present, the result is a scalar if MOLD is a scalar and a rank-onearray if MOLD is an array. Refer to The Fortran 95 Handbook for more details on the TRANSFERintrinsic.TRANSPOSE 90Transpose an array of rank two.SynopsisTRANSPOSE(MATRIX)ArgumentsThe argument MATRIX is a two-dimensional array of any type.Return ValueThe result is a transformed matrix with the same type as MATRIX and dimensions (m,n) wherematrix MATRIX has dimensions (n,m).TRIM 90Remove the trailing blanks from a string.SynopsisTRIM(STRING)ArgumentsThe argument STRING is the string to be adjusted and must be a scalar.246 Chapter 6

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

Saved successfully!

Ooh no, something went wrong!