N-dimensional array operations
N-boyutlu dizi islemleri
N-boyutlu diziler
ndarray = "0.16"Sayisal trait'ler
num-traits = "0.2"Copy this Cargo.toml to get started:
[package]
name = "my-tensor-library"
version = "0.1.0"
edition = "2021"
[dependencies]
ndarray = "0.16"
num-traits = "0.2"
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively: