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
- Host: GitHub
- URL: https://github.com/juliaarrays/staticarrayscore.jl
- Owner: JuliaArrays
- License: mit
- Created: 2022-06-02T16:12:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-19T12:32:12.000Z (10 months ago)
- Last Synced: 2025-09-06T21:49:45.448Z (9 months ago)
- Language: Julia
- Size: 51.8 KB
- Stars: 17
- Watchers: 7
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StaticArraysCore
Interface package for [StaticArrays.jl](https://github.com/JuliaArrays/StaticArrays.jl).
[](https://github.com/JuliaArrays/StaticArraysCore.jl/actions?query=workflow%3ACI)
[](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`.