Implementation of the einsum function for the Rust ndarray crate, enabling general multidimensional tensor contraction as popularized in numpy
# Cargo.toml
[dependencies]
ndarray_einsum_beta = "0.7.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Performs Einstein summation on ndarray tensors
Pin to a specific version and test thoroughly
No dependency data recorded yet.