pub fn matrix_solve<O0: Into<Output>, O1: Into<Output>>( matrix: O0, rhs: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for MatrixSolve::new().build(matrix, rhs, scope).
MatrixSolve::new().build(matrix, rhs, scope)