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

Go to the source code of this file.

Functions/Subroutines

lapack_logical LAPACKE_spf_nancheck (lapack_int n, const float *a)

Function/Subroutine Documentation

lapack_logical LAPACKE_spf_nancheck ( lapack_int  n,
const float *  a 
)

Definition at line 41 of file lapacke_spf_nancheck.c.

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

Here is the call graph for this function:

Here is the caller graph for this function: