OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
lapacke_slamch_work.c File Reference
#include "lapacke_utils.h"

Go to the source code of this file.

Functions

float LAPACKE_slamch_work (char cmach)

Function Documentation

◆ 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