Go to the source code of this file.
◆ LAPACKE_dgtcon()
| lapack_int LAPACKE_dgtcon |
( |
char | norm, |
|
|
lapack_int | n, |
|
|
const double * | dl, |
|
|
const double * | d, |
|
|
const double * | du, |
|
|
const double * | du2, |
|
|
const lapack_int * | ipiv, |
|
|
double | anorm, |
|
|
double * | rcond ) |
Definition at line 35 of file lapacke_dgtcon.c.
38{
41 double* work = NULL;
42#ifndef LAPACK_DISABLE_NAN_CHECK
44
46 return -8;
47 }
49 return -4;
50 }
52 return -3;
53 }
55 return -5;
56 }
58 return -6;
59 }
60 }
61#endif
62
64 if( iwork == NULL ) {
66 goto exit_level_0;
67 }
69 if( work == NULL ) {
71 goto exit_level_1;
72 }
73
75 work, iwork );
76
78exit_level_1:
80exit_level_0:
83 }
84 return info;
85}
norm(diag(diag(diag(inv(mat))) -id.SOL), 2) % destroy mumps instance id.JOB
#define LAPACK_WORK_MEMORY_ERROR
lapack_int LAPACKE_dgtcon_work(char norm, lapack_int n, const double *dl, const double *d, const double *du, const double *du2, const lapack_int *ipiv, double anorm, 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_d_nancheck(lapack_int n, const double *x, lapack_int incx)