[package]
name = "matten-ndarray"
description = "Production-ready candidate conversion bridge between matten::Tensor and ndarray::ArrayD<f64>."
readme = "README.md"
categories = ["science", "mathematics"]
keywords = ["tensor", "ndarray", "conversion", "bridge", "matten"]
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
matten = { version = "0.19", path = "../matten", default-features = false }
ndarray = { workspace = true }
[features]
dynamic = ["matten/dynamic"]