Lines Matching defs:UPLO
1 SUBROUTINE STPSV(UPLO,TRANS,DIAG,N,AP,X,INCX)
4 CHARACTER DIAG,TRANS,UPLO
26 * UPLO - CHARACTER*1.
27 * On entry, UPLO specifies whether the matrix is an upper or
30 * UPLO = 'U' or 'u' A is an upper triangular matrix.
32 * UPLO = 'L' or 'l' A is a lower triangular matrix.
66 * Before entry with UPLO = 'U' or 'u', the array AP must
71 * Before entry with UPLO = 'L' or 'l', the array AP must
124 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'L')) THEN
163 IF (LSAME(UPLO,'U')) THEN
230 IF (LSAME(UPLO,'U')) THEN