Expand description
Macro for handling arrays with multiple indexes.
This crate should not be used directly. Instead, use the tensorism crate.
It re-exports the items defined here and provides additional functionality.
Macrosยง
- new_
ndarray - Macro that generate a new
ndarray::Arrayby evaluating a special domain-specific language used for its argument. See thetensorismcrate for documentation and examples.