|   | Matrix3x3MultiplyTransposeBySelf Method  | 
        
         
             Multiply transposition of this matrix by itself, AT*A.
             
 
    Namespace: 
   Accord.Math
    Assembly:
   Accord.Math (in Accord.Math.dll) Version: 3.8.0
 Syntax
Syntaxpublic Matrix3x3 MultiplyTransposeBySelf()
Public Function MultiplyTransposeBySelf As Matrix3x3
Return Value
Type: 
Matrix3x3Returns a matrix which is the result of multiplying this matrix's transposition by itself.
 See Also
See Also