Home | History | Annotate | Download | only in blas

Lines Matching refs:of

26 *           triangular part of the band matrix A is being supplied as
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
38 * On entry, N specifies the order of the matrix A.
43 * On entry, K specifies the number of super-diagonals of the
51 * A - COMPLEX array of DIMENSION ( LDA, n ).
53 * by n part of the array A must contain the upper triangular
54 * band part of the hermitian matrix, supplied column by
55 * column, with the leading diagonal of the matrix in row
56 * ( k + 1 ) of the array, the first super-diagonal starting at
58 * of the array A is not referenced.
60 * triangular part of a hermitian band matrix from conventional
71 * by n part of the array A must contain the lower triangular
72 * band part of the hermitian matrix, supplied column by
73 * column, with the leading diagonal of the matrix in row 1 of
75 * row 2, and so on. The bottom right k by k triangle of the
78 * triangular part of a hermitian band matrix from conventional
88 * Note that the imaginary parts of the diagonal elements need
93 * On entry, LDA specifies the first dimension of A as declared
98 * X - COMPLEX array of DIMENSION at least
105 * On entry, INCX specifies the increment for the elements of
113 * Y - COMPLEX array of DIMENSION at least
119 * On entry, INCY specifies the increment for the elements of
195 * Start the operations. In this version the elements of the array A
229 * Form y when upper triangle of A is stored.
269 * Form y when lower triangle of A is stored.
308 * End of CHBMV .