Skip to content

JuliaArrays/FixedSizeArrays.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FixedSizeArrays.jl

docs stable docs dev Aqua QA Build Status Coverage PkgEval

FixedSizeArrays.jl is a package for the Julia programming language which implements mutable fixed-size arrays (FixedSizeArray), which means the length of the array can not change after construction and is amenable to be constant-propagated at compile-time when possible.

FixedSizeArrays supports the standard array interfaces, so things like broadcasting, matrix multiplication, other linear algebra operations, similar, copyto! or map should just work.

Find more in the manual:

About

Fixed-size multidimensional arrays. An Array-like type with less indirection at the cost of resizing capability.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 6

Languages