|
Matrix3x3MultiplySelfByTranspose Method
|
Multiply the matrix by its transposition, A*AT.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public Matrix3x3 MultiplySelfByTranspose()
Public Function MultiplySelfByTranspose As Matrix3x3
Request Example
View SourceReturn Value
Type:
Matrix3x3Returns a matrix which is the result of multiplying this matrix by its transposition.
See Also