numpy

Macro einsum_bound

Source
macro_rules! einsum_bound {
    ($subscripts:literal $(,$array:ident)+ $(,)*) => { ... };
}
👎Deprecated since 0.23.0: renamed to einsum!
Expand description

Deprecated name for [einsum!].