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

Go to the source code of this file.

Functions

lapack_logical LAPACKE_sst_nancheck (lapack_int n, const float *d, const float *e)

Function Documentation

◆ LAPACKE_sst_nancheck()

lapack_logical LAPACKE_sst_nancheck ( lapack_int n,
const float * d,
const float * e )

Definition at line 36 of file lapacke_sst_nancheck.c.

39{
40 return LAPACKE_s_nancheck( n, d, 1 )
41 || LAPACKE_s_nancheck( n-1, e, 1 );
42}
lapack_logical LAPACKE_s_nancheck(lapack_int n, const float *x, lapack_int incx)
n