06.03.2014 Views

Intel Fortran Language Reference - NCI National Facility

Intel Fortran Language Reference - NCI National Facility

Intel Fortran Language Reference - NCI National Facility

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.

Glossary<br />

substring<br />

A contiguous portion of a scalar character string. Do not confuse this with the substring selector in<br />

an array section, where the result is another array section, not a substring.<br />

symbolic name<br />

See name.<br />

syntax<br />

The formal structure of a statement or command string.<br />

T<br />

target<br />

The named data object associated with a pointer (in the form pointer-object => target). A target is<br />

specified in a TARGET statement or in a type declaration statement that contains the TARGET<br />

attribute. See also pointer and pointer association.<br />

thread<br />

Part of a program that can run at the same time as other parts, usually with some form of<br />

communication and/or synchronization among the threads. See also multithreading.<br />

transformational function<br />

An intrinsic function that is not an elemental or inquiry function. A transformational function<br />

usually changes an array actual argument into a scalar result or another array, rather than applying<br />

the argument element by element.<br />

truncation<br />

Can be either of the following:<br />

• A technique that approximates a numeric value by dropping its fractional value and using<br />

only the integer portion.<br />

• The process of removing one or more characters from the left or right of a number or string.<br />

type<br />

See data type.<br />

type declaration statement<br />

A nonexecutable statement specifying the data type of one or more variables: an INTEGER,<br />

REAL, DOUBLE PRECISION, COMPLEX, DOUBLE COMPLEX, CHARACTER, LOGICAL,<br />

or TYPE statement. In <strong>Fortran</strong> 95/90, a type declaration statement may also specify attributes for<br />

the variables. Also called a type declaration or type specification.<br />

Glossary-35

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

Saved successfully!

Ooh no, something went wrong!