Go to the source code of this file.
◆ LAPACKE_ctpcon()
Definition at line 35 of file lapacke_ctpcon.c.
38{
40 float* rwork = NULL;
44 return -1;
45 }
46#ifndef LAPACK_DISABLE_NAN_CHECK
48
50 return -6;
51 }
52 }
53#endif
54
56 if( rwork == NULL ) {
58 goto exit_level_0;
59 }
62 if( work == NULL ) {
64 goto exit_level_1;
65 }
66
68 work, rwork );
69
71exit_level_1:
73exit_level_0:
76 }
77 return info;
78}
norm(diag(diag(diag(inv(mat))) -id.SOL), 2) % destroy mumps instance id.JOB
#define lapack_complex_float
#define LAPACK_WORK_MEMORY_ERROR
lapack_int LAPACKE_ctpcon_work(int matrix_layout, char norm, char uplo, char diag, lapack_int n, const lapack_complex_float *ap, float *rcond, lapack_complex_float *work, float *rwork)
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_ctp_nancheck(int matrix_layout, char uplo, char diag, lapack_int n, const lapack_complex_float *ap)