Click or drag to resize
Accord.NET (logo)

Matrix3x3Transpose Method

Transpose the matrix, AT.

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

Return Value

Type: Matrix3x3
Return a matrix which equals to transposition of this matrix.
See Also