StrideArraysCore.jl

The core AbstractStrideArray type, separated from StrideArrays.jl to avoid circular dependencies.
Author JuliaSIMD
Popularity
3 Stars
Updated Last
2 Years Ago
Started In
February 2021

StrideArraysCore

Stable Dev Build Status Coverage

Defines the core PtrArray type so that some libraries can make use of it internally wihout the need for cicular dependencies. StrideArrays extends this type with many methods and functionality. It is recommended you depend on and use StrideArrays instead.