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

Go to the source code of this file.

Functions

double LAPACKE_dlamch (char cmach)

Function Documentation

◆ LAPACKE_dlamch()

double LAPACKE_dlamch ( char cmach)

Definition at line 35 of file lapacke_dlamch.c.

36{
37 return LAPACKE_dlamch_work( cmach );
38}
double LAPACKE_dlamch_work(char cmach)