Home | History | Annotate | Download | only in blas

Lines Matching full:matrix

13 *  ZTBMV  performs one of the matrix-vector operations
18 * upper or lower triangular band matrix, with ( k + 1 ) diagonals.
24 * On entry, UPLO specifies whether the matrix is an upper or
25 * lower triangular matrix as follows:
27 * UPLO = 'U' or 'u' A is an upper triangular matrix.
29 * UPLO = 'L' or 'l' A is a lower triangular matrix.
57 * On entry, N specifies the order of the matrix A.
63 * super-diagonals of the matrix A.
65 * sub-diagonals of the matrix A.
72 * band part of the matrix of coefficients, supplied column by
73 * column, with the leading diagonal of the matrix in row
78 * triangular band matrix from conventional full matrix storage
84 * A( M + I, J ) = matrix( I, J )
90 * band part of the matrix of coefficients, supplied column by
91 * column, with the leading diagonal of the matrix in row 1 of
96 * triangular band matrix from conventional full matrix storage
102 * A( M + I, J ) = matrix( I, J )
107 * corresponding to the diagonal elements of the matrix are not