CBLAS/testing/c_xerbla.c(3) Library Functions Manual NAME CBLAS/testing/c_xerbla.c SYNOPSIS #include #include #include #include #include 'cblas.h' #include 'cblas_test.h' Functions void cblas_xerbla (CBLAS_INT info, const char *rout, const char *form,...) void F77_xerbla (char *srname, void *vinfo) Function Documentation void cblas_xerbla (CBLAS_INT info, const char * rout, const char * form, ...) Definition at line 8 of file c_xerbla.c. void F77_xerbla (char * srname, void * vinfo) Definition at line 90 of file c_xerbla.c. Author Generated automatically by Doxygen for LAPACK from the source code. LAPACK Version 3.12.0 CBLAS/testing/c_xerbla.c(3)