Go to the source code of this file.
◆ LAPACKE_dopgtr()
Definition at line 35 of file lapacke_dopgtr.c.
38{
40 double* work = NULL;
43 return -1;
44 }
45#ifndef LAPACK_DISABLE_NAN_CHECK
47
49 return -4;
50 }
52 return -5;
53 }
54 }
55#endif
56
58 if( work == NULL ) {
60 goto exit_level_0;
61 }
62
64
66exit_level_0:
69 }
70 return info;
71}
#define LAPACK_WORK_MEMORY_ERROR
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
lapack_int LAPACKE_dopgtr_work(int matrix_layout, char uplo, lapack_int n, const double *ap, const double *tau, double *q, lapack_int ldq, double *work)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_d_nancheck(lapack_int n, const double *x, lapack_int incx)
lapack_logical LAPACKE_dsp_nancheck(lapack_int n, const double *ap)