StaticArraysCore.jl icon indicating copy to clipboard operation
StaticArraysCore.jl copied to clipboard

Interface package for StaticArrays.jl

StaticArraysCore

Interface package for StaticArrays.jl.

Build Status codecov.io

Contains definitions for the following types and functions:

  • immutable: SArray, SVector and SMatrix,
  • mutable: MArray, MVector and MMatrix,
  • wrapper: SizedArray, SizedVector and SizedMatrix,
  • Size and Dynamic,
  • similar_type.