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

Go to the source code of this file.

Functions

float LAPACKE_slamch_work (char cmach)
 

Function Documentation

float LAPACKE_slamch_work ( char  cmach)

Definition at line 36 of file lapacke_slamch_work.c.

37 {
38  lapack_int info = 0;
39  float res;
40  /* Call LAPACK function and adjust info */
41  res = LAPACK_slamch( &cmach );
42  return res;
43 }
float LAPACK_slamch(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: