Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d3c69fde authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

genm2: silent warning

parent 904bf234
No related branches found
No related tags found
1 merge request!125Add Polar decomposition with QDWH algorithm
......@@ -75,6 +75,8 @@ testing_zgenm2( run_arg_list_t *args, int check )
/* Save the largest absolute value */
hres = cblas_idamax( minMN, D, 1 );
dmax = fabs( D[hres] );
#else
(void)mode;
#endif
/* Creates the matrix */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment