Julia Programming Language
"vecnorm" : column/row-wise norm
New to Julia
nilshg
May 21, 2021, 5:06am
6
Or just
norm.(eachcol(m))
6 Likes
Orders of magnitude runtime difference in row-wise norm
show post in topic