LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACKE_ddisna_work()

lapack_int LAPACKE_ddisna_work ( char  job,
lapack_int  m,
lapack_int  n,
const double *  d,
double *  sep 
)

Definition at line 35 of file lapacke_ddisna_work.c.

38 {
39  lapack_int info = 0;
40  /* Call LAPACK function and adjust info */
41  LAPACK_ddisna( &job, &m, &n, d, sep, &info );
42  return info;
Here is the call graph for this function:
Here is the caller graph for this function:
lapack_int
#define lapack_int
Definition: lapack.h:21
LAPACK_ddisna
void LAPACK_ddisna(char const *job, lapack_int const *m, lapack_int const *n, double const *D, double *SEP, lapack_int *info)