Go to the source code of this file.
◆ LAPACKE_dlansy_work()
| double LAPACKE_dlansy_work |
( |
int | matrix_layout, |
|
|
char | norm, |
|
|
char | uplo, |
|
|
lapack_int | n, |
|
|
const double * | a, |
|
|
lapack_int | lda, |
|
|
double * | work ) |
Definition at line 35 of file lapacke_dlansy_work.c.
38{
40 double res = 0.;
42
44 if( info < 0 ) {
45 info = info - 1;
46 }
49 double* a_t = NULL;
50
52 info = -6;
54 return info;
55 }
56
58 if( a_t == NULL ) {
60 goto exit_level_0;
61 }
62
64
66 info = 0;
67
69exit_level_0:
72 }
73 } else {
74 info = -1;
76 }
77 return res;
78}
norm(diag(diag(diag(inv(mat))) -id.SOL), 2) % destroy mumps instance id.JOB
#define LAPACK_dlansy(...)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_dsy_trans(int matrix_layout, char uplo, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)