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

Go to the source code of this file.

Functions

float LAPACKE_slamch (char cmach)
 

Function Documentation

float LAPACKE_slamch ( char  cmach)

Definition at line 36 of file lapacke_slamch.c.

37 {
38  return LAPACKE_slamch_work( cmach );
39 }
float LAPACKE_slamch_work(char cmach)

Here is the call graph for this function: