Go to the source code of this file.
◆ LAPACKE_dpstrf()
Definition at line 35 of file lapacke_dpstrf.c.
38{
40 double* work = NULL;
43 return -1;
44 }
45#ifndef LAPACK_DISABLE_NAN_CHECK
47
49 return -4;
50 }
52 return -8;
53 }
54 }
55#endif
56
58 if( work == NULL ) {
60 goto exit_level_0;
61 }
62
64 work );
65
67exit_level_0:
70 }
71 return info;
72}
#define LAPACK_WORK_MEMORY_ERROR
lapack_int LAPACKE_dpstrf_work(int matrix_layout, char uplo, lapack_int n, double *a, lapack_int lda, lapack_int *piv, lapack_int *rank, double tol, double *work)
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
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_dpo_nancheck(int matrix_layout, char uplo, lapack_int n, const double *a, lapack_int lda)