Go to the source code of this file.
◆ LAPACKE_ssytri_3()
Definition at line 35 of file lapacke_ssytri_3.c.
37{
40 float* work = NULL;
41 float work_query;
45 return -1;
46 }
47#ifndef LAPACK_DISABLE_NAN_CHECK
49
51 return -4;
52 }
54 return -6;
55 }
56 }
57#endif
58
60 &work_query, lwork );
61 if( info != 0 ) {
62 goto exit_level_0;
63 }
65
67 if( work == NULL ) {
69 goto exit_level_0;
70 }
71
73
75exit_level_0:
78 }
79 return info;
80}
#define LAPACK_WORK_MEMORY_ERROR
lapack_int LAPACKE_ssytri_3_work(int matrix_layout, char uplo, lapack_int n, float *a, lapack_int lda, const float *e, const lapack_int *ipiv, float *work, lapack_int lwork)
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_s_nancheck(lapack_int n, const float *x, lapack_int incx)
lapack_logical LAPACKE_ssy_nancheck(int matrix_layout, char uplo, lapack_int n, const float *a, lapack_int lda)