Function numpy::einsum

source ·
pub fn einsum<'py, T, OUT>(
    subscripts: &str,
    arrays: &[&'py PyArray<T, IxDyn>]
) -> PyResult<OUT>
where T: Element, OUT: ArrayOrScalar<'py, T>,
👎Deprecated since 0.21.0: will be replaced by einsum_bound in the future
Expand description

Deprecated form of einsum_bound