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

Go to the source code of this file.

Functions

lapack_int LAPACKE_zlassq (lapack_int n, lapack_complex_double *x, lapack_int incx, double *scale, double *sumsq)
 
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
LAPACKE_zlassq_work
lapack_int LAPACKE_zlassq_work(lapack_int n, lapack_complex_double *x, lapack_int incx, double *scale, double *sumsq)
Definition: lapacke_zlassq_work.c:35