LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
lapack_logical LAPACKE_cgg_nancheck ( int  matrix_layout,
lapack_int  m,
lapack_int  n,
const lapack_complex_float a,
lapack_int  lda 
)

Definition at line 37 of file lapacke_cgg_nancheck.c.

41 {
42  return LAPACKE_cge_nancheck( matrix_layout, m, n, a, lda );
43 }
lapack_logical LAPACKE_cge_nancheck(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_float *a, lapack_int lda)

Here is the call graph for this function: