Package parsimony :: Package utils :: Module linalgs :: Class MultipartArray
[hide private]
[frames] | no frames]

Class MultipartArray

source code

object --+
         |
        MultipartArray

Nested Classes [hide private]
  __ops
Instance Methods [hide private]
 
__init__(self, parts, vertical=True)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
get_parts(self) source code
 
toarray(self) source code
 
__iop(self, other, op) source code
 
__iadd__(self, other) source code
 
__isub__(self, other) source code
 
__imul__(self, other) source code
 
__idiv__(self, other) source code
 
__itruediv__(self, other) source code
 
__op(self, other, op) source code
 
__add__(self, other) source code
 
__sub__(self, other) source code
 
__mul__(self, other) source code
 
__div__(self, other) source code
 
__truediv__(self, other) source code
 
dot(self, other) source code
 
transpose(self) source code
 
_get_T(self) source code
 
_set_T(self, value) source code
 
_del_T(self) source code
 
copy(self) source code
 
__str__(self)
str(x)
source code
 
__repr__(self)
repr(x)
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]
  T
Transpose of the array.

Inherited from object: __class__

Method Details [hide private]

__init__(self, parts, vertical=True)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details [hide private]

T

Transpose of the array.

Get Method:
_get_T(self)
Set Method:
_set_T(self, value)
Delete Method:
_del_T(self)