Next: Argument Descriptions
Up: Design and Documentation of
Previous: Structure of the Documentation
  Contents
  Index
Order of Arguments
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.
Susan Blackford
1999-10-01