You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using StaticArrays, BenchmarkTools
m =rand(SMatrix{3, 3})
@btimeSMatrix($m)
results in 2.470 μs (33 allocations: 1.94 KiB). This particular use case is not so interesting, but this method also creates an SMatrix from other StaticMatrix types, which is occasionally useful. PR coming.