Next: Order of Arguments
Up: Design and Documentation of
Previous: Design and Documentation of
  Contents
  Index
Structure of the Documentation
The documentation of
each LAPACK95 driver routine in Part II of this book includes:
- the SUBROUTINE or FUNCTION statement,
consisting of the name and argument list, followed
by statements declaring the type and shape of the arguments;
- a summary of the Purpose of the routine;
- a Description (only for some of the expert drivers);
- descriptions of each of the Arguments
in the order of the argument list;
- the most important References;
- one or more numerical Examples.
The first four of these items are also in the leading comments
of the driver source code.
Susan Blackford
2001-08-19