next up previous contents index
Next: Example 2 Up: How to call an Previous: How to call an   Contents   Index


Example 1

The program in Fig. 3.1 illustrates the use of an LAPACK95 driver routine, LA_GESV. This routine solves a linear system of equations $AX = B$, where $A$ is a square matrix and B is a vector or matrix containing the right-hand side vector(s). (See Section 5.1.1). In this application B is a matrix.
Remarks:

Figure 3.1: Example program calling an LAPACK95 driver routine.
\begin{figure}{\bf\begin{tabbing}
1 PR\= OGRAM EXAMPLE \\
2 \> USE LA\_PRECIS...
...O \\
17 END PROGRAM EXAMPLE
\end{tabbing}}
\index{example program}
\end{figure}


next up previous contents index
Next: Example 2 Up: How to call an Previous: How to call an   Contents   Index
Susan Blackford 2001-08-19