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

Go to the source code of this file.

Functions

lapack_logical LAPACKE_ssp_nancheck (lapack_int n, const float *ap)
 

Function Documentation

lapack_logical LAPACKE_ssp_nancheck ( lapack_int  n,
const float *  ap 
)

Definition at line 40 of file lapacke_ssp_nancheck.c.

42 {
43  lapack_int len = n*(n+1)/2;
44  return LAPACKE_s_nancheck( len, ap, 1 );
45 }
lapack_logical LAPACKE_s_nancheck(lapack_int n, const float *x, lapack_int incx)
#define lapack_int
Definition: lapacke.h:47

Here is the call graph for this function:

Here is the caller graph for this function: