|
Matrix3x3Transpose Method
|
Transpose the matrix, AT.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public Matrix3x3 Transpose()
Public Function Transpose As Matrix3x3
Request Example
View SourceReturn Value
Type:
Matrix3x3Return a matrix which equals to transposition of this matrix.
See Also