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

◆ chkxer()

void chkxer ( void  )

Definition at line 16 of file c_c3chke.c.

16 {
17 extern int cblas_ok, cblas_lerr, cblas_info;
18 extern int link_xerbla;
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}
int link_xerbla
Definition: c_c3chke.c:7
int cblas_lerr
Definition: c_c3chke.c:6
int cblas_info
Definition: c_c3chke.c:6
int cblas_ok
Definition: c_c3chke.c:6
char * cblas_rout
Definition: c_c3chke.c:8
Here is the caller graph for this function: