Home | Trees | Index | Help |
|
---|
Package sage :: Package rings :: Module sparse_poly :: Class Polynomial_rational |
|
object
--+ |Polynomial
--+ | Polynomial_rational
Polynomial_rational():
Create the zero polynomial over the rational numbers.Method Summary | |
---|---|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
x.__add__(y) <==> x+y | |
x.__delitem__(y) <==> del x[y] | |
x.__mul__(y) <==> x*y | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
x.__radd__(y) <==> y+x | |
x.__repr__() <==> repr(x) | |
x.__rmul__(y) <==> y*x | |
x.__setitem__(i, y) <==> x[i]=y | |
copy(...)
| |
list(...)
| |
Inherited from Polynomial | |
x.__call__(...) <==> x(...) | |
x.__cmp__(y) <==> cmp(x,y) | |
x.__div__(y) <==> x/y | |
x.__floordiv__(y) <==> x//y | |
x.__getitem__(y) <==> x[y] | |
Use of negative indices is not supported. | |
x.__hash__() <==> hash(x) | |
x.__int__() <==> int(x) | |
x.__long__() <==> long(x) | |
x.__mod__(y) <==> x%y | |
x.__neg__() <==> -x | |
x.__pos__() <==> +x | |
x.__pow__(y[, z]) <==> pow(x, y[, z]) | |
x.__rdiv__(y) <==> y/x | |
x.__rfloordiv__(y) <==> y//x | |
x.__rmod__(y) <==> y%x | |
y.__rpow__(x[, z]) <==> pow(x, y[, z]) | |
x.__rsub__(y) <==> y-x | |
x.__sub__(y) <==> x-y | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Method Details |
---|
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature
|
__add__(x,
y)
x.__add__(y) <==> x+y
|
__delitem__(x,
y)
x.__delitem__(y) <==> del x[y]
|
__mul__(x, y)x.__mul__(y) <==> x*y
|
__new__(T, S, ...)T.__new__(S, ...) -> a new object with type S, a subtype of T
|
__radd__(x,
y)
x.__radd__(y) <==> y+x
|
__repr__(x)
x.__repr__() <==> repr(x)
|
__rmul__(x, y)x.__rmul__(y) <==> y*x
|
__setitem__(x,
i,
y)
x.__setitem__(i, y) <==> x[i]=y
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed May 4 18:06:57 2005 | http://epydoc.sf.net |