Methods
|
|
__add__
__init__
__repr__
__str__
__sub__
reconstruct
value
|
|
__add__
|
__add__ ( self, n )
|
|
__init__
|
__init__ (
self,
name='i',
start=None,
stop=None,
offset=0,
)
|
|
__repr__
|
__repr__ ( self )
|
|
__str__
|
__str__ ( self )
|
|
__sub__
|
__sub__ ( self, n )
|
|
reconstruct
|
reconstruct ( self )
__repr__ should have been this function, but that makes
printing of dictionary definition of matrices less readable
|
|
value
|
value ( self, i )
|
|