[package]
name = "strided-view"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
description = "Device-agnostic strided view types and metadata operations (ported from Julia StridedViews.jl)."
keywords = ["tensor", "strided", "array", "multidimensional"]
categories = ["science", "mathematics", "data-structures"]
[dependencies]
strided-traits.workspace = true
num-traits.workspace = true
num-complex.workspace = true
thiserror.workspace = true