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

Go to the source code of this file.

Functions

double LAPACKE_dlamch_work (char cmach)

Function Documentation

◆ 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}
#define LAPACK_dlamch(...)
Definition lapack.h:9464