Go to the source code of this file.
|
| lapack_int | LAPACKE_dtbcon_work (int matrix_layout, char norm, char uplo, char diag, lapack_int n, lapack_int kd, const double *ab, lapack_int ldab, double *rcond, double *work, lapack_int *iwork) |
◆ LAPACKE_dtbcon_work()
| lapack_int LAPACKE_dtbcon_work |
( |
int | matrix_layout, |
|
|
char | norm, |
|
|
char | uplo, |
|
|
char | diag, |
|
|
lapack_int | n, |
|
|
lapack_int | kd, |
|
|
const double * | ab, |
|
|
lapack_int | ldab, |
|
|
double * | rcond, |
|
|
double * | work, |
|
|
lapack_int * | iwork ) |
Definition at line 35 of file lapacke_dtbcon_work.c.
39{
42
44 iwork, &info );
45 if( info < 0 ) {
46 info = info - 1;
47 }
50 double* ab_t = NULL;
51
53 info = -8;
55 return info;
56 }
57
59 if( ab_t == NULL ) {
61 goto exit_level_0;
62 }
63
65 ldab_t );
66
68 iwork, &info );
69 if( info < 0 ) {
70 info = info - 1;
71 }
72
74exit_level_0:
77 }
78 } else {
79 info = -1;
81 }
82 return info;
83}
norm(diag(diag(diag(inv(mat))) -id.SOL), 2) % destroy mumps instance id.JOB
#define LAPACK_dtbcon(...)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_dtb_trans(int matrix_layout, char uplo, char diag, lapack_int n, lapack_int kd, const double *in, lapack_int ldin, double *out, lapack_int ldout)