Home | Trees | Index | Help |
|
---|
Package sage :: Package linalg :: Module sparse_matrix_pyx :: Class Vector_mpq |
|
object
--+
|
Vector_mpq
Method Summary | |
---|---|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
x.__add__(y) <==> x+y | |
x.__delitem__(y) <==> del x[y] | |
x.__eq__(y) <==> x==y | |
x.__ge__(y) <==> x>=y | |
x.__getitem__(y) <==> x[y] | |
x.__gt__(y) <==> x>y | |
x.__le__(y) <==> x<=y | |
x.__lt__(y) <==> x<y | |
x.__mul__(y) <==> x*y | |
x.__ne__(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.__rsub__(y) <==> y-x | |
x.__setitem__(i, y) <==> x[i]=y | |
x.__sub__(y) <==> x-y | |
cmp(...)
| |
copy(...)
| |
degree(...)
| |
list(...)
| |
num_nonzero(...)
| |
randomize(self, int sparcity, exact=False): | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
PyCObject |
__pyx_vtable__ = <PyCObject object at 0xb7ca97e8>
|
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]
|
__eq__(x,
y)
x.__eq__(y) <==> x==y
|
__ge__(x,
y)
x.__ge__(y) <==> x>=y
|
__getitem__(x,
y)
x.__getitem__(y) <==> x[y]
|
__gt__(x,
y)
x.__gt__(y) <==> x>y
|
__le__(x,
y)
x.__le__(y) <==> x<=y
|
__lt__(x,
y)
x.__lt__(y) <==> x<y
|
__mul__(x, y)x.__mul__(y) <==> x*y
|
__ne__(x, y)x.__ne__(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
|
__rsub__(x, y)x.__rsub__(y) <==> y-x
|
__setitem__(x,
i,
y)
x.__setitem__(i, y) <==> x[i]=y
|
__sub__(x,
y)
x.__sub__(y) <==> x-y
|
randomize(...)randomize(self, int sparcity, exact=False): The sparcity is a bound on the number of nonzeros per row. |
Class Variable Details |
---|
__pyx_vtable__
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed May 4 18:06:57 2005 | http://epydoc.sf.net |