skbio.stats.distance.SymmetricMatrix.transpose#

SymmetricMatrix.transpose()[source]#

Return the transpose of the matrix.

If the matrix is in condensed form, a redundant form matrix will be returned.

Returns:
SymmetricMatrix

Transpose of the matrix. Will be the same type as self.

Notes

A deep copy is returned.