Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 656 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 656 Bytes

StaticArraysCore

Interface package for StaticArrays.jl.

Build Status codecov.io

Contains definitions for the following types:

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