Home | Trees | Index | Help |
|
---|
Package sage :: Package structure :: Module function :: Class Function |
|
MatrixFunction
Method Summary | |
---|---|
The first argument f is a function of one argument that takes objects in domain and returns objects in codomain. | |
__call__(self,
x)
| |
__invert__(self)
| |
__repr__(self)
| |
codomain(self)
| |
domain(self)
|
Method Details |
---|
__init__(self,
f,
domain,
codomain,
f_inverse=None)
The first argument f is a function of one argument that takes
objects in domain and returns objects in codomain. The Map object, when
called with argument x, tries to coerce it into the domain, if
possible, and raises an error if it is not.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jun 20 15:43:21 2005 | http://epydoc.sf.net |