Home | History | Annotate | Download | only in blas

Lines Matching full:matrix

14 *  SSBMV  performs the matrix-vector  operation
19 * A is an n by n symmetric band matrix, with k super-diagonals.
26 * triangular part of the band matrix A is being supplied as
38 * On entry, N specifies the order of the matrix A.
44 * matrix A. K must satisfy 0 .le. K.
54 * band part of the symmetric matrix, supplied column by
55 * column, with the leading diagonal of the matrix in row
60 * triangular part of a symmetric band matrix from conventional
61 * full matrix storage to band storage:
66 * A( M + I, J ) = matrix( I, J )
72 * band part of the symmetric matrix, supplied column by
73 * column, with the leading diagonal of the matrix in row 1 of
78 * triangular part of a symmetric band matrix from conventional
79 * full matrix storage to band storage:
84 * A( M + I, J ) = matrix( I, J )