Interface package for StaticArrays.jl.
Contains definitions for the following types and functions:
- immutable:
SArray
,SVector
andSMatrix
, - mutable:
MArray
,MVector
andMMatrix
, - wrapper:
SizedArray
,SizedVector
andSizedMatrix
, Size
andDynamic
,similar_type
.