Order of Arguments
Next: Argument Descriptions
Up: Design and Documentation
Previous: Structure of the
Arguments of an LAPACK routine appear
in the following order:
- arguments specifying options;
- problem dimensions;
- array or scalar arguments defining the input data; some of them may be
overwritten by results;
- other array or scalar arguments returning results;
- work arrays (and associated array dimensions);
- diagnostic argument INFO.
Tue Nov 29 14:03:33 EST 1994