StrideArrays.jl
Manual Outline
StrideArrays.@StrideArray
— Macro@StrideArray rand(Float32, 3, 4)
@StrideArray randn(3, 4)
@StrideArray rand(7>>1, 4)
Creates a random StrideArray
. The default element type is Float64
. Dimensions will be statically sized if specified by an integer literal, or if interpolated.