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

Go to the source code of this file.

Functions

lapack_logical LAPACKE_dgg_nancheck (int matrix_order, lapack_int m, lapack_int n, const double *a, lapack_int lda)
 

Function Documentation

lapack_logical LAPACKE_dgg_nancheck ( int  matrix_order,
lapack_int  m,
lapack_int  n,
const double *  a,
lapack_int  lda 
)

Definition at line 37 of file lapacke_dgg_nancheck.c.

41 {
42  return LAPACKE_dge_nancheck( matrix_order, m, n, a, lda );
43 }
lapack_logical LAPACKE_dge_nancheck(int matrix_order, lapack_int m, lapack_int n, const double *a, lapack_int lda)

Here is the call graph for this function: