Next:
Error Handling
Up:
Design and Documentation of
Previous:
Optional Arguments
 
Contents
 
Index
Array Arguments
Each array argument
is an assumed-shape array
. Some array arguments may have either rank 1 or rank 2. An example from
LA_GESV
:
B
(
input/output
)
REAL
or
COMPLEX
array, shape (:,:) with
=
or shape
with
.
On entry, the matrix
.
On exit, the solution matrix
.
Susan Blackford 2001-08-19