OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
lapacke_cpf_nancheck.c File Reference
#include "lapacke_utils.h"

Go to the source code of this file.

Functions

lapack_logical LAPACKE_cpf_nancheck (lapack_int n, const lapack_complex_float *a)

Function Documentation

◆ LAPACKE_cpf_nancheck()

lapack_logical LAPACKE_cpf_nancheck ( lapack_int n,
const lapack_complex_float * a )

Definition at line 40 of file lapacke_cpf_nancheck.c.

42{
43 lapack_int len = n*(n+1)/2;
44 return LAPACKE_c_nancheck( len, a, 1 );
45}
#define lapack_int
Definition lapack.h:83
lapack_logical LAPACKE_c_nancheck(lapack_int n, const lapack_complex_float *x, lapack_int incx)
n