next up previous contents index
Next: Arguments Up: Symmetric/Hermitian Positive Definite Linear Previous: LA_POSV   Contents   Index

Purpose


LA_POSV computes the solution to a linear system of equations $AX = B$, where $A$ is real symmetric or complex Hermitian and, in either case, positive definite, and where $X$ and $B$ are rectangular matrices or vectors. The Cholesky decomposition is used to factor $A$ as

\begin{displaymath}A = U^H U \mbox{ if {\bf UPLO} = 'U', or }
A = L\:L^H \mbox{ if {\bf UPLO} = 'L'}\end{displaymath}

where $U$ is an upper triangular matrix and $L$ is a lower triangular matrix ($L=U^H$). The factored form of $A$ is then used to solve the above system.




Susan Blackford 2001-08-19