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

Go to the source code of this file.

Functions

lapack_int LAPACKE_clacgv (lapack_int n, lapack_complex_float *x, lapack_int incx)

Function Documentation

◆ LAPACKE_clacgv()

lapack_int LAPACKE_clacgv ( lapack_int n,
lapack_complex_float * x,
lapack_int incx )

Definition at line 35 of file lapacke_clacgv.c.

37{
38#ifndef LAPACK_DISABLE_NAN_CHECK
39 if( LAPACKE_get_nancheck() ) {
40 /* Optionally check input matrices for NaNs */
41 if( LAPACKE_c_nancheck( n, x, incx ) ) {
42 return -2;
43 }
44 }
45#endif
46 return LAPACKE_clacgv_work( n, x, incx );
47}
lapack_int LAPACKE_clacgv_work(lapack_int n, lapack_complex_float *x, lapack_int incx)
int LAPACKE_get_nancheck(void)
lapack_logical LAPACKE_c_nancheck(lapack_int n, const lapack_complex_float *x, lapack_int incx)
n