Multiply transposition of this matrix by itself, AT*A.

Namespace:  AForge.Math
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public Matrix3x3 MultiplyTransposeBySelf()

Return Value

Returns a matrix which is the result of multiplying this matrix's transposition by itself.

See Also