LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
sspsv.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine sspsv (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)
  SSPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
ssptrs
subroutine ssptrs(UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)
SSPTRS
Definition: ssptrs.f:117
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
ssptrf
subroutine ssptrf(UPLO, N, AP, IPIV, INFO)
SSPTRF
Definition: ssptrf.f:159