CBLAS/testing/c_z3chke.c(3) Library Functions Manual NAME CBLAS/testing/c_z3chke.c SYNOPSIS #include #include #include 'cblas.h' #include 'cblas_test.h' Functions void F77_xerbla (char *srname, void *vinfo) void chkxer (void) void F77_z3chke (char *rout) Variables CBLAS_INT cblas_ok CBLAS_INT cblas_lerr CBLAS_INT cblas_info CBLAS_INT link_xerbla =TRUE char * cblas_rout Function Documentation void chkxer (void) Definition at line 16 of file c_z3chke.c. void F77_xerbla (char * srname, void * vinfo) Definition at line 90 of file c_xerbla.c. void F77_z3chke (char * rout) Definition at line 27 of file c_z3chke.c. Variable Documentation CBLAS_INT cblas_info Definition at line 6 of file c_z3chke.c. CBLAS_INT cblas_lerr Definition at line 6 of file c_z3chke.c. CBLAS_INT cblas_ok Definition at line 6 of file c_z3chke.c. char* cblas_rout Definition at line 8 of file c_z3chke.c. CBLAS_INT link_xerbla =TRUE Definition at line 7 of file c_z3chke.c. Author Generated automatically by Doxygen for LAPACK from the source code. LAPACK Version 3.12.0 CBLAS/testing/c_z3chke.c(3)