Previous Next Contents Generated Index Doc Set Home



Argument Conventions

Only the first character of each character argument is used. This means that you can specify for a character argument any string that begins with a legal character. For example, many of the sample programs pass the string 'UNIT DIAGONAL A' as the UNIT argument because it is easier understand than simply 'U'.

Although the FORTRAN 77 standard prohibits aliasing arguments, the Sun Performance Library allows the programmer to alias two or more arguments as long as all aliased arguments have the same base type and one of the arguments being aliased is not the result array. A real variable and a complex variable have the same base type (real), while a real variable and a double precision variable have different base types. Aliasing arguments having different base types or aliasing any argument with the result array will produce undefined results at best. It is not even guaranteed that these undefined results will be the same from one run to the next.




Previous Next Contents Generated Index Doc Set Home