LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ LAPACKE_slapy2_work()

float LAPACKE_slapy2_work ( float  x,
float  y 
)

Definition at line 35 of file lapacke_slapy2_work.c.

36{
37 float res = 0.;
38 /* Call LAPACK function and adjust info */
39 res = LAPACK_slapy2( &x, &y );
40 return res;
41}
#define LAPACK_slapy2
Definition: lapack.h:10347
Here is the caller graph for this function: