chickadee » blas » ztbmv

ztbmv:procedure

xTBMV performs matrix-vector multiply-add operation of the form y := alpha*A*B + beta*y, where op ( A ) = A or op ( A ) = A'

ALPHA and BETA are scalars, and A is an N x N upper or lower triangular banded matrix, with K+1 diagonals.

X is a vector of length (1 + (n - 1) * abs(INCX)).