Go to the source code of this file.
◆ LAPACKE_sptcon()
| lapack_int LAPACKE_sptcon |
( |
lapack_int | n, |
|
|
const float * | d, |
|
|
const float * | e, |
|
|
float | anorm, |
|
|
float * | rcond ) |
Definition at line 35 of file lapacke_sptcon.c.
37{
39 float* work = NULL;
40#ifndef LAPACK_DISABLE_NAN_CHECK
42
44 return -4;
45 }
47 return -2;
48 }
50 return -3;
51 }
52 }
53#endif
54
56 if( work == NULL ) {
58 goto exit_level_0;
59 }
60
62
64exit_level_0:
67 }
68 return info;
69}
#define LAPACK_WORK_MEMORY_ERROR
lapack_int LAPACKE_sptcon_work(lapack_int n, const float *d, const float *e, float anorm, float *rcond, float *work)
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_s_nancheck(lapack_int n, const float *x, lapack_int incx)