LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
lapacke_dpttrf.c File Reference
#include "lapacke_utils.h"
Include dependency graph for lapacke_dpttrf.c:

Go to the source code of this file.

Functions

lapack_int LAPACKE_dpttrf (lapack_int n, double *d, double *e)
 
LAPACKE_dpttrf_work
lapack_int LAPACKE_dpttrf_work(lapack_int n, double *d, double *e)
Definition: lapacke_dpttrf_work.c:35
LAPACKE_d_nancheck
lapack_logical LAPACKE_d_nancheck(lapack_int n, const double *x, lapack_int incx)
Definition: lapacke_d_nancheck.c:36
LAPACKE_get_nancheck
int LAPACKE_get_nancheck()
Definition: lapacke_nancheck.c:42