Mentions légales du service

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

posv: Fix comments

parent 8df6a83b
No related branches found
No related tags found
1 merge request!525GESV : Add a version with partial pivoting
......@@ -14,7 +14,7 @@
* @author Florent Pruvost
* @author Mathieu Faverge
* @author Alycia Lisito
* @date 2025-01-29
* @date 2025-03-21
* @precisions normal z -> c d s
*
*/
......@@ -80,7 +80,7 @@ testing_zposv_desc( run_arg_list_t *args, int check )
test_data.hres = hres;
testing_stop( &test_data, flops_zposv( N, NRHS ) );
/* Checks the factorisation and residue */
/* Checks the factorisation and the residual */
if ( check ) {
CHAM_desc_t *descA0, *descB;
......@@ -167,7 +167,7 @@ testing_zposv_std( run_arg_list_t *args, int check )
test_data.hres = hres;
testing_stop( &test_data, flops_zposv( N, NRHS ) );
/* Checks the factorisation and residue */
/* Checks the factorisation and residual */
if ( check ) {
CHAMELEON_Complex64_t *A0 = malloc( sizeof(CHAMELEON_Complex64_t) * LDA*N );
CHAMELEON_Complex64_t *B = malloc( sizeof(CHAMELEON_Complex64_t) * LDB*NRHS );
......
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