Skip to content

JuliaArrays/StaticArraysCore.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.