Mentions légales du service

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

testing/check: Add a warning on the fact that A must be fully initialized for the check.

parent 575f7b49
No related branches found
No related tags found
1 merge request!398Generic data distribution specification
......@@ -254,6 +254,7 @@ int check_zxxtrf( run_arg_list_t *args, cham_mtxtype_t matrix_type, cham_uplo_t
}
break;
/* WARNING: A must be fully initialized and not just the correct triangular part */
#if defined(PRECISION_z) || defined(PRECISION_c)
case ChamHermitian:
Anorm = CHAMELEON_zlanhe_Tile( ChamOneNorm, uplo, descA );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment