LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
lapacke_dlamch_work.c File Reference
#include "lapacke_utils.h"
Include dependency graph for lapacke_dlamch_work.c:

Go to the source code of this file.

Functions

double LAPACKE_dlamch_work (char cmach)
 

Function Documentation

double LAPACKE_dlamch_work ( char  cmach)

Definition at line 36 of file lapacke_dlamch_work.c.

37 {
38  lapack_int info = 0;
39  double res;
40  /* Call LAPACK function and adjust info */
41  res = LAPACK_dlamch( &cmach );
42  return res;
43 }
double LAPACK_dlamch(char *cmach)
#define lapack_int
Definition: lapacke.h:47

Here is the call graph for this function:

Here is the caller graph for this function: