Click or drag to resize
Accord.NET (logo)

MatrixHTranspose Method

Gets the transpose of this transformation matrix.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public MatrixH Transpose()
Request Example View Source

Return Value

Type: MatrixH
The transposed version of this matrix, given by H'.
See Also