Package sage :: Package structure :: Module function :: Class MatrixFunction
[show private | hide private]
[frames | no frames]

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_domain(self, sub)
Restrict this matrix function to a subspace sub of the domain.
    Inherited from Function
  codomain(self)
  domain(self)

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.

Generated by Epydoc 2.1 on Mon Jun 20 15:43:22 2005 http://epydoc.sf.net