LAPACK  3.10.0
LAPACK: Linear Algebra PACKage

◆ LAPACKE_slamch_work()

float LAPACKE_slamch_work ( char  cmach)

Definition at line 35 of file lapacke_slamch_work.c.

36 {
37  float res;
38  /* Call LAPACK function and adjust info */
39  res = LAPACK_slamch( &cmach );
40  return res;
41 }
#define LAPACK_slamch(...)
Definition: lapack.h:9477
Here is the caller graph for this function: