Skip to content

Commit

Permalink
Test an error
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Dec 12, 2024
1 parent 8c0b354 commit 5c3f0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math_tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ This folder contains mathematical classes and functions.
## Utility tools

The l\_norm\_tools.hpp file contains functions computing the infinity norm. For now, it computes the infinity norm of
- a double: $`\Vert x \Vert_{\infty} = x`$;
- a double: $\Vert x \Vert_{\infty} = x$;
- a coordinate: $`\Vert x \Vert_{\infty} = \max_{i} (|x_i|)`$.

0 comments on commit 5c3f0e2

Please sign in to comment.