An open API service indexing awesome lists of open source software.

https://github.com/juliaarrays/staticarrayscore.jl

Interface package for StaticArrays.jl
https://github.com/juliaarrays/staticarrayscore.jl

Last synced: 9 months ago
JSON representation

Interface package for StaticArrays.jl

Awesome Lists containing this project

README

          

# StaticArraysCore

Interface package for [StaticArrays.jl](https://github.com/JuliaArrays/StaticArrays.jl).

[![Build Status](https://github.com/JuliaArrays/StaticArraysCore.jl/workflows/CI/badge.svg)](https://github.com/JuliaArrays/StaticArraysCore.jl/actions?query=workflow%3ACI)
[![codecov.io](https://codecov.io/github/JuliaArrays/StaticArraysCore.jl/branch/main/graph/badge.svg)](http://codecov.io/github/JuliaArrays/StaticArraysCore.jl/branch/main)

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`.