We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beafb3c commit 7a26174Copy full SHA for 7a26174
src/stdlib_sparse_spmv.fypp
@@ -18,7 +18,7 @@ module stdlib_sparse_spmv
18
19
!! Version experimental
20
!!
21
- !! Applay the sparse matrix-vector product $$y = \alpha * op(M) * x + \beta * y $$
+ !! Apply the sparse matrix-vector product $$y = \alpha * op(M) * x + \beta * y $$
22
!! [Specifications](../page/specs/stdlib_sparse.html#spmv)
23
interface spmv
24
#:for k1, t1, s1 in (KINDS_TYPES)
0 commit comments