LAPACK  3.10.1
LAPACK: Linear Algebra PACKage

◆ 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 }
lapack_float_return LAPACK_slapy2(float const *x, float const *y)
Here is the call graph for this function:
Here is the caller graph for this function: