fn parse_einsum_string(input_string: &str) -> Option<EinsumParse>Expand description
Runs an input string through a regex and convert it to an EinsumParse.
fn parse_einsum_string(input_string: &str) -> Option<EinsumParse>Runs an input string through a regex and convert it to an EinsumParse.