LAPACK  3.9.1
LAPACK: Linear Algebra PACKage

◆ LAPACKE_dlamch_work()

double LAPACKE_dlamch_work ( char  cmach)

Definition at line 35 of file lapacke_dlamch_work.c.

36 {
37  double res;
38  /* Call LAPACK function and adjust info */
39  res = LAPACK_dlamch( &cmach );
40  return res;
41 }
double LAPACK_dlamch(char const *cmach)
Here is the call graph for this function:
Here is the caller graph for this function: