Home | Trees | Indices | Help |
|
---|
|
Container class for multiple covariance matrices to easily execute operations on all matrices at the same time. Note: all operations are done in place where possible.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|
Insantiate with a sequence of covariance matrices.
|
Return a deep copy of the instance. |
Swap two columns and two rows of all matrices, whose indices are specified as [i,j]. |
Rotate matrices by angle in the plane defined by indices [i,j]. |
Symmetrize matrices: C -> (C+C^T)/2 . |
Apply a linear transformation to all matrices, defined by the transformation matrix. |
Apply a weighting factor to matrices. Argument can be a sequence or a single value. In the latter case the same weight is applied to all matrices. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Mar 10 15:27:57 2016 | http://epydoc.sourceforge.net |