parse_einsum_string

Function parse_einsum_string 

Source
fn parse_einsum_string(input_string: &str) -> Option<EinsumParse>
Expand description

Runs an input string through a regex and convert it to an EinsumParse.