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

Go to the source code of this file.

Functions/Subroutines

subroutine ctptrs (UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, INFO)
 CTPTRS More...
 
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
ctpsv
subroutine ctpsv(UPLO, TRANS, DIAG, N, AP, X, INCX)
CTPSV
Definition: ctpsv.f:146
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55