Skip to content

Commit

Permalink
Update sblst.c
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Jan 3, 2025
1 parent a8cb7bb commit cce7185
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/sbls/C/sblst.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ int main(void) {
control.preconditioner = 2;
control.factorization = 2;
control.get_norm_residual = true;
strcpy(control.symmetric_linear_solver, "sytr ") ;
strcpy(control.definite_linear_solver, "sytr ") ;
control.print_level = 1;
// strcpy(control.symmetric_linear_solver, "sytr ") ;
// strcpy(control.definite_linear_solver, "sytr ") ;

// Set user-defined control options
control.f_indexing = false; // C sparse matrix indexing
Expand Down

0 comments on commit cce7185

Please # to comment.