def __rpow__(self, other: AMinus.Generator) -> TensorAlgebra.Element: return other.to_element()**self
def __rpow__(self, other: AMinus.Generator) -> Module.TensorElement: return other.to_element()**self