Go to the source code of this file.
◆ LAPACKE_dlange()
Definition at line 35 of file lapacke_dlange.c.
37{
39 double res = 0.;
40 double* work = NULL;
43 return -1;
44 }
45#ifndef LAPACK_DISABLE_NAN_CHECK
47
49 return -5;
50 }
51 }
52#endif
53
56 if( work == NULL ) {
58 goto exit_level_0;
59 }
60 }
61
63
66 }
67exit_level_0:
70 }
71 return res;
72}
norm(diag(diag(diag(inv(mat))) -id.SOL), 2) % destroy mumps instance id.JOB
#define LAPACK_WORK_MEMORY_ERROR
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
double LAPACKE_dlange_work(int matrix_layout, char norm, lapack_int m, lapack_int n, const double *a, lapack_int lda, double *work)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_dge_nancheck(int matrix_layout, lapack_int m, lapack_int n, const double *a, lapack_int lda)