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

Go to the source code of this file.

Functions

lapack_int LAPACKE_dlarfg (lapack_int n, double *alpha, double *x, lapack_int incx, double *tau)

Function Documentation

◆ LAPACKE_dlarfg()

lapack_int LAPACKE_dlarfg ( lapack_int n,
double * alpha,
double * x,
lapack_int incx,
double * tau )

Definition at line 35 of file lapacke_dlarfg.c.

37{
38#ifndef LAPACK_DISABLE_NAN_CHECK
39 if( LAPACKE_get_nancheck() ) {
40 /* Optionally check input matrices for NaNs */
41 if( LAPACKE_d_nancheck( 1, alpha, 1 ) ) {
42 return -2;
43 }
44 if( LAPACKE_d_nancheck( n-1, x, incx ) ) {
45 return -3;
46 }
47 }
48#endif
49 return LAPACKE_dlarfg_work( n, alpha, x, incx, tau );
50}
#define alpha
Definition eval.h:35
int LAPACKE_get_nancheck(void)
lapack_int LAPACKE_dlarfg_work(lapack_int n, double *alpha, double *x, lapack_int incx, double *tau)
lapack_logical LAPACKE_d_nancheck(lapack_int n, const double *x, lapack_int incx)
n