Home | Trees | Index | Help |
|
---|
Package sage :: Package structure :: Module function :: Class MatrixFunction |
|
Function
--+
|
MatrixFunction
Method Summary | |
---|---|
__init__(self,
matrix,
domain,
codomain,
name)
| |
__call__(self,
x)
| |
__invert__(self)
| |
__mul__(self,
right)
| |
__repr__(self)
| |
charpoly(self)
| |
decompose(self)
| |
fcp(self)
| |
is_endomorphism(self)
| |
kernel(self)
| |
matrix(self)
| |
name(self,
new)
| |
Restrict this matrix function to a subspace sub of the domain. | |
Inherited from Function | |
| |
|
Method Details |
---|
restrict_domain(self, sub)Restrict this matrix function to a subspace sub of the domain. The subspace sub should have a basis() method and elements of the basis should be coercible into domain. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Jun 24 17:58:46 2005 | http://epydoc.sf.net |