Morphisms

AUTHORS:

  • William Stein: initial version
  • David Joyner (12-17-2005): added examples
  • Robert Bradshaw (2007-06-25) Pyrexification
class sage.categories.morphism.CallMorphism
static __new__()
T.__new__(S, ...) -> a new object with type S, a subtype of T
_call_()
_repr_type()
class sage.categories.morphism.FormalCoercionMorphism
__init__()
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
static __new__()
T.__new__(S, ...) -> a new object with type S, a subtype of T
_call_()
_repr_type()
class sage.categories.morphism.IdentityMorphism
__init__()
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__invert__()
__mul__()
static __new__()
T.__new__(S, ...) -> a new object with type S, a subtype of T
__pow__()
x.__pow__(y[, z]) <==> pow(x, y[, z])
__rmul__()
x.__rmul__(y) <==> y*x
__rpow__()
y.__rpow__(x[, z]) <==> pow(x, y[, z])
_call_()
_call_with_args()
_repr_type()
class sage.categories.morphism.Morphism
__invert__()
static __new__()
T.__new__(S, ...) -> a new object with type S, a subtype of T
_repr_()
category()
is_endomorphism()
pushforward()
class sage.categories.morphism.SetMorphism
__init__()
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
static __new__()
T.__new__(S, ...) -> a new object with type S, a subtype of T
_call_()
sage.categories.morphism.is_Morphism()
sage.categories.morphism.make_morphism()

Previous topic

Homsets

Next topic

Functors

This Page