LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACKE_cgttrf_work()

lapack_int LAPACKE_cgttrf_work ( lapack_int  n,
lapack_complex_float dl,
lapack_complex_float d,
lapack_complex_float du,
lapack_complex_float du2,
lapack_int ipiv 
)

Definition at line 35 of file lapacke_cgttrf_work.c.

40 {
41  lapack_int info = 0;
42  /* Call LAPACK function and adjust info */
43  LAPACK_cgttrf( &n, dl, d, du, du2, ipiv, &info );
44  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_cgttrf
void LAPACK_cgttrf(lapack_int const *n, lapack_complex_float *DL, lapack_complex_float *D, lapack_complex_float *DU, lapack_complex_float *DU2, lapack_int *ipiv, lapack_int *info)