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

Go to the source code of this file.

Functions/Subroutines

lapack_logical LAPACKE_dpf_nancheck (lapack_int n, const double *a)

Function/Subroutine Documentation

lapack_logical LAPACKE_dpf_nancheck ( lapack_int  n,
const double *  a 
)

Definition at line 41 of file lapacke_dpf_nancheck.c.

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

Here is the call graph for this function:

Here is the caller graph for this function: