next up previous contents index
Next: Code for One Version Up: How to call an Previous: Example 1   Contents   Index


Example 2

The program in Fig. 3.2 illustrates the use of an LAPACK95 computational routine, LA_GEQRF, which computes the QR factorization of a square matrix A ($A = QR$). (See LA_GEQRF in Section 10.2).
Remarks:

Figure 3.2: Example program calling an LAPACK95 computational routine.
\begin{figure}{\bf\begin{tabbing}
1 PR\= OGRAM EXAMPLE \\
2\> USE LA\_PRECISI...
...F \\
20 END PROGRAM EXAMPLE
\end{tabbing}}
\index{example program}
\end{figure}


next up previous contents index
Next: Code for One Version Up: How to call an Previous: Example 1   Contents   Index
Susan Blackford 2001-08-19