Home | History | Annotate | Download | only in f2c

Lines Matching refs:uplo

15 /* Subroutine */ int dtbmv_(char *uplo, char *trans, char *diag, integer *n, 
48 /* UPLO - CHARACTER*1. */
49 /* On entry, UPLO specifies whether the matrix is an upper or */
52 /* UPLO = 'U' or 'u' A is an upper triangular matrix. */
54 /* UPLO = 'L' or 'l' A is a lower triangular matrix. */
87 /* On entry with UPLO = 'U' or 'u', K specifies the number of */
89 /* On entry with UPLO = 'L' or 'l', K specifies the number of */
95 /* Before entry with UPLO = 'U' or 'u', the leading ( k + 1 ) */
113 /* Before entry with UPLO = 'L' or 'l', the leading ( k + 1 ) */
187 if (! lsame_(uplo, "U", (ftnlen)1, (ftnlen)1) && ! lsame_(uplo, "L", (
235 if (lsame_(uplo, "U", (ftnlen)1, (ftnlen)1)) {
334 if (lsame_(uplo, "U", (ftnlen)1, (ftnlen)1)) {