LAPACK
3.6.1
LAPACK: Linear Algebra PACKage
|
void F77_zhemv | ( | int * | layout, |
char * | uplow, | ||
int * | n, | ||
CBLAS_TEST_ZOMPLEX * | alpha, | ||
CBLAS_TEST_ZOMPLEX * | a, | ||
int * | lda, | ||
CBLAS_TEST_ZOMPLEX * | x, | ||
int * | incx, | ||
CBLAS_TEST_ZOMPLEX * | beta, | ||
CBLAS_TEST_ZOMPLEX * | y, | ||
int * | incy | ||
) |
Definition at line 145 of file c_zblas2.c.