BLAS/SRC/ztpsv.f File Reference
Go to the source code of this file.
Functions/Subroutines |
| subroutine | ZTPSV (UPLO, TRANS, DIAG, N, AP, X, INCX) |
Function Documentation
| subroutine ZTPSV |
( |
CHARACTER |
UPLO, |
|
|
CHARACTER |
TRANS, |
|
|
CHARACTER |
DIAG, |
|
|
INTEGER |
N, |
|
|
AP |
, |
|
|
X |
, |
|
|
INTEGER |
INCX | |
|
) |
| | |