LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ chkxer()

void chkxer ( void  )

Definition at line 16 of file c_c3chke.c.

16 {
19 extern char *cblas_rout;
20 if (cblas_lerr == 1 ) {
21 printf("***** ILLEGAL VALUE OF PARAMETER NUMBER %d NOT DETECTED BY %s *****\n", cblas_info, cblas_rout);
22 cblas_ok = 0 ;
23 }
24 cblas_lerr = 1 ;
25}
CBLAS_INT cblas_lerr
Definition c_c3chke.c:6
CBLAS_INT cblas_ok
Definition c_c3chke.c:6
CBLAS_INT cblas_info
Definition c_c3chke.c:6
char * cblas_rout
Definition c_c3chke.c:8
CBLAS_INT link_xerbla
Definition c_c3chke.c:7
#define CBLAS_INT
Definition cblas.h:24
Here is the caller graph for this function: