next up previous contents index
Next: Example (from Program LA_PTSV_EXAMPLE) Up: Symmetric/Hermitian Positive Definite Linear Previous: Purpose   Contents   Index

Arguments

D
(input/output) REAL array, shape $(:)$ with $size({\bf D}) = n$, where $n$ is the order of $A$.
On entry, the diagonal of $A$.
On exit, the diagonal of $D$.

E
(input/output) REAL or COMPLEX array, shape $(:)$, with $size({\bf E}) = n-1$.
On entry, the subdiagonal of $A$.
On exit, the subdiagonal of $L$.

B
(input/output) REAL or COMPLEX array, shape $(:,:)$ with $size({\bf B},1) = n$ or shape $(:)$ with $size({\bf B}) = n$.
On entry, the matrix $B$.
On exit, the solution matrix $X$.

INFO
Optional (output) INTEGER.

\begin{infoarg}
\item[{$=$\ 0:}] successful exit.
\item[{$<$\ 0:}] if ${\bf IN...
...omputed. The factorization has not been completed unless $i = n$.
\end{infoarg}
If INFO is not present and an error occurs, then the program is terminated with an error message.
References: [1] and [17,9,20].

Subsections

Susan Blackford 2001-08-19