Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Apr 8, 2024
1 parent ad06062 commit f0ca7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ \subsection{Matrix-vector product}
MA.buffered_operate!(::Nothing, args...) = operate!(args...)
\end{jllisting}
The implementation of the following two methods in MutableArithmetics
allows the buffer to be created and reused by a generic code that is not
allows the buffer to be created and reused by a generic method that is not
specific to \lstinline|BigInt|:
\begin{jllisting}
function MA.buffer_for(
Expand Down

0 comments on commit f0ca7b0

Please sign in to comment.