Home | History | Annotate | Download | only in f2c

Lines Matching refs:uplo

15 /* Subroutine */ int dsbmv_(char *uplo, integer *n, integer *k, doublereal *
47 /* UPLO - CHARACTER*1. */
48 /* On entry, UPLO specifies whether the upper or lower */
52 /* UPLO = 'U' or 'u' The upper triangular part of A is */
55 /* UPLO = 'L' or 'l' The lower triangular part of A is */
75 /* Before entry with UPLO = 'U' or 'u', the leading ( k + 1 ) */
93 /* Before entry with UPLO = 'L' or 'l', the leading ( k + 1 ) */
177 if (! lsame_(uplo, "U", (ftnlen)1, (ftnlen)1) && ! lsame_(uplo, "L", (
257 if (lsame_(uplo, "U", (ftnlen)1, (ftnlen)1)) {