Go to the source code of this file.
◆ LAPACKE_sppcon()
| lapack_int LAPACKE_sppcon |
( |
int | matrix_layout, |
|
|
char | uplo, |
|
|
lapack_int | n, |
|
|
const float * | ap, |
|
|
float | anorm, |
|
|
float * | rcond ) |
Definition at line 35 of file lapacke_sppcon.c.
37{
40 float* work = NULL;
43 return -1;
44 }
45#ifndef LAPACK_DISABLE_NAN_CHECK
47
49 return -5;
50 }
52 return -4;
53 }
54 }
55#endif
56
58 if( iwork == NULL ) {
60 goto exit_level_0;
61 }
63 if( work == NULL ) {
65 goto exit_level_1;
66 }
67
69 iwork );
70
72exit_level_1:
74exit_level_0:
77 }
78 return info;
79}
lapack_int LAPACKE_sppcon_work(int matrix_layout, char uplo, lapack_int n, const float *ap, float anorm, float *rcond, float *work, lapack_int *iwork)
#define LAPACK_WORK_MEMORY_ERROR
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
lapack_logical LAPACKE_spp_nancheck(lapack_int n, const float *ap)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_s_nancheck(lapack_int n, const float *x, lapack_int incx)