LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
void chkxer ( void  )

Definition at line 16 of file c_z2chke.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 cblas_info
Definition: c_z2chke.c:6
char * cblas_rout
Definition: c_z2chke.c:8
int link_xerbla
Definition: c_z2chke.c:7
int cblas_lerr
Definition: c_z2chke.c:6
int cblas_ok
Definition: c_z2chke.c:6

Here is the caller graph for this function: