| Home | Trees | Index | Help |
|
|---|
|
pypol: pypol - a Python module to manage monomials and polynomials
__builtin__.object:
The most base type
pypol.AlgebraicFraction:
Provide object representing an algebraic fraction given numerator and
denominator, that could be Monomial or Polynomial instances or even
numbers.
exceptions.BaseException:
Common base class for all exceptions
exceptions.Exception:
Common base class for all non-exit exceptions.
exceptions.StandardError:
Base class for all standard Python exceptions that do not represent
interpreter exiting.
exceptions.ImportError:
Import can't find module, or can't find name in module.
pypol.GMPYNotFound:
Raised when the module gmpy isn't found
exceptions.TypeError:
Inappropriate argument type.
pypol.InvalidUnknowns:
Used when unknowns given for eval functions are different from
object's unknowns
pypol.NotValidDegree:
Used to indicate a not valid unknown's degree for an Unknown
instance
pypol.NotValidLetter:
Used to indicate a not valid unknown's letter for an Unknown
instance
__builtin__.list:
list() -> new list list(sequence) -> new list initialized from
sequence's items
pypol.Polynomial:
Provide a class representing a polynomial intended as a list of
monomials.
pypol.Monomial:
Provide a class representing a monomial given coefficient and
unknowns.
__builtin__.type:
type(object) -> the object's type type(name, bases, dict) -> a
new type
pypol.Unknown:
Provide a class representing a monomial unknown.
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Aug 10 15:00:04 2007 | http://epydoc.sf.net |