next up previous contents index
Next: Array Arguments Up: Design and Documentation of Previous: Argument Descriptions   Contents   Index


Optional Arguments

The meaning of each valid value of the argument is given. For example (from LA_POSV):

UPLO
Optional (input) CHARACTER(LEN=1)
= 'U': Upper triangle of A is stored;
= 'L': Lower triangle of A is stored.
Default value: 'U'.
The corresponding lower-case characters may be supplied (with the same meaning), but any other value is illegal.

Susan Blackford 2001-08-19