LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
lapacke_csp_nancheck.c File Reference
#include "lapacke_utils.h"
Include dependency graph for lapacke_csp_nancheck.c:

Go to the source code of this file.

Functions/Subroutines

lapack_logical LAPACKE_csp_nancheck (lapack_int n, const lapack_complex_float *ap)

Function/Subroutine Documentation

lapack_logical LAPACKE_csp_nancheck ( lapack_int  n,
const lapack_complex_float ap 
)

Definition at line 40 of file lapacke_csp_nancheck.c.

{
lapack_int len = n*(n+1)/2;
return LAPACKE_c_nancheck( len, ap, 1 );
}

Here is the call graph for this function:

Here is the caller graph for this function: