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

◆ LAPACKE_dlasrt_work()

lapack_int LAPACKE_dlasrt_work ( char  id,
lapack_int  n,
double *  d 
)

Definition at line 35 of file lapacke_dlasrt_work.c.

36{
37 lapack_int info = 0;
38 /* Call LAPACK function and adjust info */
39 LAPACK_dlasrt( &id, &n, d, &info );
40 return info;
41}
#define LAPACK_dlasrt(...)
Definition: lapack.h:10895
#define lapack_int
Definition: lapack.h:87
Here is the caller graph for this function: