Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 41b6aeca authored by LISITO Alycia's avatar LISITO Alycia Committed by Mathieu Faverge
Browse files

testing/lantr: print the computed norm and the validation criteria when checking

parent 6462bc8f
No related branches found
No related tags found
1 merge request!286Add checks for the starndard API of the Cholesky functions
......@@ -177,7 +177,7 @@ testing_t test_zlantr;
const char *zlantr_params[] = { "mtxfmt", "nb", "norm", "uplo", "diag",
"m", "n", "lda", "seedA", NULL };
const char *zlantr_output[] = { NULL };
const char *zlantr_outchk[] = { "RETURN", NULL };
const char *zlantr_outchk[] = { "||A||", "||B||", "||R||", "RETURN", NULL };
/**
* @brief Testing registration function
......
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