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

◆ chkxer()

void chkxer ( void )

Definition at line 20 of file c_d3chke.c.

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