#include "lapacke.h"
Go to the source code of this file.
Functions | |
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) |
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 36 of file lapacke_cgttrf_work.c.