#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | csbmv_ (char *uplo, integer *n, integer *k, complex *alpha, complex *a, integer *lda, complex *x, integer *incx, complex *beta, complex *y, integer *incy) |
Function Documentation
int csbmv_ |
( |
char * |
uplo, |
|
|
integer * |
n, |
|
|
integer * |
k, |
|
|
complex * |
alpha, |
|
|
complex * |
a, |
|
|
integer * |
lda, |
|
|
complex * |
x, |
|
|
integer * |
incx, |
|
|
complex * |
beta, |
|
|
complex * |
y, |
|
|
integer * |
incy |
|
) |
| |