Skip to content

Commit

Permalink
add cost estimates
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoschena committed Jul 25, 2024
1 parent 6a3d205 commit 8a59394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Given a dataset of size ``n_s \times n_t``, we consider the computation of ``n_r
- ``n_t^2 + n_t \times n_r``
- ``n_s \times n_t + n_t \times n_r + n_s \times n_r``
* - Memory Saving
- /
- ``/``
- ``n_s \times n_t' + n_t' \times n_t'``
- ``n_t^2 + r \cdot n_t``
- ``(n_s \times n_t') + n_s' \times n_t + n_s \times n_r``
Expand Down

0 comments on commit 8a59394

Please sign in to comment.