Open
Description
From #430 (comment), e.g.:
julia> using StaticArrays
julia> SA = rand(SMatrix{50,50,Complex{Float64}});
julia> @time vecnorm(SA);
83.789766 seconds (137.97 M allocations: 3.949 GiB, 1.25% gc time)
There are many more, for example map
, mapreduce
and broadcast
.