Statically sized arrays for Julia
Lazy arrays and linear algebra in Julia
Efficient implementation of struct arrays in Julia
Performant arrays where each dimension can have a named axis with values
Fortran-like arrays with arbitrary, zero or negative starting indices.
BlockArrays for Julia
Julia package for lazily representing matrices filled with a single entry
Julia package to facilitate writing mulithreaded, multidimensional, cache-efficient code
Lazy in-place transformations of arrays
Structures of Arrays that behave like Arrays of Structures
Designs for new Base array interface primitives, used widely through scientific machine learning (SciML) and other organizations
A Julia package for representing infinite-dimensional arrays
Resizeable multi-dimensional arrays for Julia
Lazy shifted arrays for data analysis in Julia
Stack-allocated pointer-based array views
Add virtual padding to the edges of an array
A Julia package to explore a new system of array views
Efficient storage and handling of nested arrays in Julia
Julia package for doing arithmetic on endpoints in array indexing
Julia package for fast fourier transforms and periodic views
Julia implementation of indexed or "lookup" arrays
Julia package for lazily viewing a 3D or 4D array as an expanded 2D array in the form of a mosaic of matrix slices
Compact display of type information by leveraging constructor syntax
Package-specific AbstractUnitRange types for julia
Create arrays from memory buffers that lack appropriate alignment
Julia package for indices-aware array concatenation and growth
Support for LinSpace in Julia 0.5
Efficient and convenient array data structures where the columns of the arrays are generated (on the fly) by Ranges.
Ranges that preserve indices of views