Skip to main content

Crate tensorism_gen

Crate tensorism_gen 

Source
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::Array by evaluating a special domain-specific language used for its argument. See the tensorism crate for documentation and examples.