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 cc33670 commit 31c98aeCopy full SHA for 31c98ae
src/stdlib_linalg.fypp
@@ -76,7 +76,6 @@ module stdlib_linalg
76
module function outer_product_${t1[0]}$${k1}$(u, v) result(res)
77
${t1}$, intent(in) :: u(:), v(:)
78
${t1}$ :: res(size(u),size(v))
79
- integer :: col
80
end function outer_product_${t1[0]}$${k1}$
81
#:endfor
82
end interface outer_product
0 commit comments