Update multithreaded solutions

main
Francesco Minnocci 1 year ago
parent 92fd403ced
commit ca4a521a5d

@ -24,9 +24,9 @@ x^3 + 5x^2 - y - 10 &= 0 \\
\end{align*} \end{align*}
$$ $$
| Single-threaded | Multi-threaded (nproc=8) | | Single-threaded | Multi-threaded (nproc=6) |
|-------------------|---------------------------------| |-------------------|---------------------------------|
| ![Solution 1](plots/solutions1.png) | ![Multi-threaded Solution 1](plots/solutions1_8threads.png) | | ![Solution 1](plots/solutions1.png) | ![Multi-threaded Solution 1](plots/solutions1_6.png) |
--- ---
@ -37,9 +37,9 @@ y - 3x^3 &= 0 \\
\end{align*} \end{align*}
$$ $$
| Single-threaded | Multi-threaded (nproc=8) | | Single-threaded | Multi-threaded (nproc=6) |
|-------------------|---------------------------------| |-------------------|---------------------------------|
| ![Solution 2](plots/solutions2.png) | ![Multi-threaded Solution 2](plots/solutions2_8threads.png) | | ![Solution 2](plots/solutions2.png) | ![Multi-threaded Solution 2](plots/solutions2_6.png) |
$$ $$
\begin{align*} \begin{align*}
@ -48,9 +48,9 @@ xy - 1 &= 0 \\
\end{align*} \end{align*}
$$ $$
| Single-threaded | Multi-threaded (nproc=8) | | Single-threaded | Multi-threaded (nproc=6) |
|-------------------|---------------------------------| |-------------------|---------------------------------|
| ![Solution 3](plots/solutions3.png) | ![Multi-threaded Solution 3](plots/solutions3_8threads.png) | | ![Solution 3](plots/solutions3.png) | ![Multi-threaded Solution 3](plots/solutions3_6.png) |
--- ---
@ -61,6 +61,6 @@ xy - 1 &= 0 \\
\end{align*} \end{align*}
$$ $$
| Single-threaded | Multi-threaded (nproc=8) | | Single-threaded | Multi-threaded (nproc=6) |
|-------------------|---------------------------------| |-------------------|---------------------------------|
| ![Solution 4](plots/solutions4.png) | ![Multi-threaded Solution 4](plots/solutions4_8threads.png) | | ![Solution 4](plots/solutions4.png) | ![Multi-threaded Solution 4](plots/solutions4_6.png) |

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Loading…
Cancel
Save