LAPACK
3.6.1
LAPACK: Linear Algebra PACKage
|
void F77_csyrk | ( | int * | layout, |
char * | uplow, | ||
char * | transp, | ||
int * | n, | ||
int * | k, | ||
CBLAS_TEST_COMPLEX * | alpha, | ||
CBLAS_TEST_COMPLEX * | a, | ||
int * | lda, | ||
CBLAS_TEST_COMPLEX * | beta, | ||
CBLAS_TEST_COMPLEX * | c, | ||
int * | ldc | ||
) |
Definition at line 265 of file c_cblas3.c.