|
|
|
|
|
__init__(self,
covs)
Insantiate with a sequence of covariance matrices. |
|
|
|
|
copy(self)
Return a deep copy of the instance. |
|
|
|
|
permute(self,
indices)
Swap two columns and two rows of all matrices, whose indices are
specified as [i,j]. |
|
|
|
|
rotate(self,
angle,
indices)
Rotate matrices by angle in the plane defined by indices [i,j]. |
|
|
|
|
symmetrize(self)
Symmetrize matrices: C -> (C+C^T)/2 . |
|
|
|
|
transform(self,
trans_matrix)
Apply a linear transformation to all matrices, defined by the
transformation matrix. |
|
|
|
|
weight(self,
weights)
Apply a weighting factor to matrices. |
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|