Go to the source code of this file.
◆ LAPACKE_dtpcon()
| lapack_int LAPACKE_dtpcon |
( |
int | matrix_layout, |
|
|
char | norm, |
|
|
char | uplo, |
|
|
char | diag, |
|
|
lapack_int | n, |
|
|
const double * | ap, |
|
|
double * | rcond ) |
Definition at line 35 of file lapacke_dtpcon.c.
37{
40 double* work = NULL;
43 return -1;
44 }
45#ifndef LAPACK_DISABLE_NAN_CHECK
47
49 return -6;
50 }
51 }
52#endif
53
55 if( iwork == NULL ) {
57 goto exit_level_0;
58 }
60 if( work == NULL ) {
62 goto exit_level_1;
63 }
64
66 work, iwork );
67
69exit_level_1:
71exit_level_0:
74 }
75 return info;
76}
norm(diag(diag(diag(inv(mat))) -id.SOL), 2) % destroy mumps instance id.JOB
#define LAPACK_WORK_MEMORY_ERROR
lapack_int LAPACKE_dtpcon_work(int matrix_layout, char norm, char uplo, char diag, lapack_int n, const double *ap, double *rcond, double *work, lapack_int *iwork)
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_dtp_nancheck(int matrix_layout, char uplo, char diag, lapack_int n, const double *ap)