matten-ndarray 0.20.12

Production-ready candidate conversion bridge between matten::Tensor and ndarray::ArrayD<f64>.
Documentation
[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.20", path = "../matten", default-features = false }
ndarray = { workspace = true }

[features]
# Forwarded so dynamic-tensor rejection compiles only when dynamic tensors exist.
dynamic = ["matten/dynamic"]