pub fn matrix_inverse<O0: Into<Output>>( input: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for MatrixInverse::new().build(input, scope).
MatrixInverse::new().build(input, scope)