Macro numpy::einsum

source ·
macro_rules! einsum {
    ($subscripts:literal $(,$array:ident)+ $(,)*) => { ... };
}
👎Deprecated since 0.21.0: will be replaced by einsum_bound! in the future
Expand description

Deprecated form of einsum_bound!