pub fn einsum<A: LinalgScalar>(
input_string: &str,
operands: &[&dyn ArrayLike<A>],
) -> Result<ArrayD<A>, &'static str>Expand description
Performs all steps of the process in one function: parse the string, compile the execution plan, and execute the contraction.