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