Skip to content

Commit

Permalink
minor fix (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegouix authored Jun 24, 2024
1 parent 7e336b7 commit 47fbbf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class SplinesLinearProblemSparse : public SplinesLinearProblem<ExecSpace>
*
* Removes the zeros from the CSR object and instantiate a Ginkgo solver. It also constructs a transposed version of the solver.
*
* The stopping criterion is a reduction factor ||x||/||b||<1e-15 with 1000 maximum iterations.
* The stopping criterion is a reduction factor ||Ax-b||/||b||<1e-15 with 1000 maximum iterations.
*/
void setup_solver() override
{
Expand Down

0 comments on commit 47fbbf1

Please sign in to comment.