JuliaAstro / AstroLib.jl

Bundle of small astronomical and astrophysical routines.
http://juliaastro.github.io/AstroLib.jl/stable/
Other
79 stars 23 forks source link

Use StaticArrays #45

Closed giordano closed 7 years ago

giordano commented 7 years ago

In most cases, we know in advance the size of the vectors or matrices created and they won't be changed afterwards. Therefore, it's a good idea to use StaticArrays for those arrays.