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.

SynopsisREAL(A [,KIND])ArgumentsThe argument A must be of type integer, real, or complex. The optional argument KIND specifiesthe kind type of the result.Return ValueThe result is a real number. For a complex argument, the imaginary part is ignored.REPEAT 90Concatenate copies of a string.SynopsisREPEAT(STRING, NCOPIES)ArgumentsThe argument STRING must be a scalar of type character. The argument NCOPIES is an integer.Return ValueThe return value is a character string that is NCOPIES times as long as STRING. It is theconcatenation of STRING NCOPIES times.RESHAPE 90Reconstructs an array with the specified shape using the elements of the source array.SynopsisRESHAPE(SOURCE, SHAPE [,PAD] [,ORDER])ArgumentsThe argument SOURCE is an array of any type. The argument SHAPE is of type integer and hasrank one. It must not have more than 7 elements and no values can be negative. The optionalargument PAD must be the same size and type as SOURCE. The optional argument ORDER must beof type integer and must have the same shape as SHAPE.236 Chapter 6

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

Saved successfully!

Ooh no, something went wrong!