| Home | Trees | Indices | Help |
|---|
|
|
File: sage/categories/functor.pyx (starting at line 1)
Functors
AUTHORS:
- David Kohel and William Stein
- David Joyner (2005-12-17): examples
- Robert Bradshaw (2007-06-23): Pyrexify
|
|||
| ForgetfulFunctor_generic | |||
|
Functor File: sage/categories/functor.pyx (starting at line 28)... |
|||
| IdentityFunctor_generic | |||
|
|||
|
|||
|
|||
|
|||
|
|||
File: sage/categories/functor.pyx (starting at line 135)
Construct the forgetful function from one category to another.
EXAMPLES:
sage: rings = Rings()
sage: abgrps = AbelianGroups()
sage: F = ForgetfulFunctor(rings, abgrps)
sage: F
The forgetful functor from Rings to AbelianGroups
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Thu Jul 17 04:23:25 2008 | http://epydoc.sourceforge.net |