Go to the source code of this file.
◆ LAPACKE_clantr()
Definition at line 35 of file lapacke_clantr.c.
38{
40 float res = 0.;
41 float* work = NULL;
44 return -1;
45 }
46#ifndef LAPACK_DISABLE_NAN_CHECK
48
50 return -7;
51 }
52 }
53#endif
54
57 if( work == NULL ) {
59 goto exit_level_0;
60 }
61 }
62
64 work );
65
68 }
69exit_level_0:
72 }
73 return res;
74}
norm(diag(diag(diag(inv(mat))) -id.SOL), 2) % destroy mumps instance id.JOB
#define LAPACK_WORK_MEMORY_ERROR
float LAPACKE_clantr_work(int matrix_layout, char norm, char uplo, char diag, lapack_int m, lapack_int n, const lapack_complex_float *a, lapack_int lda, float *work)
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_ctr_nancheck(int matrix_layout, char uplo, char diag, lapack_int n, const lapack_complex_float *a, lapack_int lda)