[][src]Function ndarray_einsum_beta::einsum

pub fn einsum<A: LinalgScalar>(
    input_string: &str,
    operands: &[&dyn ArrayLike<A>]
) -> Result<ArrayD<A>, &'static str>

Performs all steps of the process in one function: parse the string, compile the execution plan, and execute the contraction.