Skip to content

Commit c062b0a

Browse files
committed
The removed note is how it was pre v0.1; it would be a regression of sorts to go back to that. Instead, a suggestion that is more compatible with modern ALP would be to have an NLA layer on top of ALP that automatically injects a plus-times semiring and passes it on to the core ALP implementation
1 parent fda7f5b commit c062b0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ALP_Tutorial.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,6 @@ \subsection{Numerical Linear Algebra}
330330
grb::RC rc = grb::clear( y );
331331
rc = rc ? rc : grb::mxv(y, A, x, plusTimes);
332332
\end{lstlisting}
333-
Note: mxv could be further generalised and can infer the semiring from the types of the input containers. This would however limit the control exposed to the user.
334-
335333

336334
\noindent \textbf{Exercise 8.} Copy the older \texttt{alp\_hw.cpp} to start with this exercise. Modify it to perform the following steps:
337335
\begin{enumerate}

0 commit comments

Comments
 (0)