Skip to content

Commit 776b8de

Browse files
committed
README: Fix another typo
1 parent e3853b1 commit 776b8de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $ uv run main.py 1 2 100 1 2 5
1212

1313
## Variants
1414

15-
The repository contains three variants:
15+
The repository contains multiple variants:
1616
- `simple`: An intentionally naïve and straightforward implementation (simple but slow)
1717
- `np_vectorize`: An implementation that uses numpy's fast factorized math for the Jacobi method. For the Gauß-Seidel method, this is not possible[^1], so we're only having some minor simplifications here.
1818
- `numba`: An implementation where the main loop has been JIT-compiled with numba.

0 commit comments

Comments
 (0)