https://github.com/federicostra/nextstride.jl
Control the value returned by `stride(A, i)` when `i ∉ 1:ndims(A)`
https://github.com/federicostra/nextstride.jl
arrays julia julia-lang julia-language julialang julialanguage stride strided strided-array strides
Last synced: 5 months ago
JSON representation
Control the value returned by `stride(A, i)` when `i ∉ 1:ndims(A)`
- Host: GitHub
- URL: https://github.com/federicostra/nextstride.jl
- Owner: FedericoStra
- License: mit
- Created: 2025-05-14T12:34:17.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-05-14T13:44:41.000Z (5 months ago)
- Last Synced: 2025-05-14T13:56:54.738Z (5 months ago)
- Topics: arrays, julia, julia-lang, julia-language, julialang, julialanguage, stride, strided, strided-array, strides
- Language: Julia
- Homepage: https://federicostra.github.io/NextStride.jl/
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# NextStride
[](https://FedericoStra.github.io/NextStride.jl/stable/)
[](https://FedericoStra.github.io/NextStride.jl/dev/)
[](https://github.com/FedericoStra/NextStride.jl/actions/workflows/CI.yml?query=branch%3Amaster)
[](https://codecov.io/gh/FedericoStra/NextStride.jl)

[](https://github.com/invenia/BlueStyle)
[](https://github.com/SciML/ColPrac)Control the value returned by `stride(A, i)` when `i ∉ 1:ndims(A)`.