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

Go to the source code of this file.

Functions

lapack_int LAPACKE_zlacn2 (lapack_int n, lapack_complex_double *v, lapack_complex_double *x, double *est, lapack_int *kase, lapack_int *isave)
 
LAPACKE_zlacn2_work
lapack_int LAPACKE_zlacn2_work(lapack_int n, lapack_complex_double *v, lapack_complex_double *x, double *est, lapack_int *kase, lapack_int *isave)
Definition: lapacke_zlacn2_work.c:35
LAPACKE_z_nancheck
lapack_logical LAPACKE_z_nancheck(lapack_int n, const lapack_complex_double *x, lapack_int incx)
Definition: lapacke_z_nancheck.c:36
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