|  | FloatUpperTriMatrixTranspose Method | 
            Transposes this matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic FloatLowerTriMatrix Transpose()
Public Function Transpose As FloatLowerTriMatrix
public:
FloatLowerTriMatrix^ Transpose()
member Transpose : unit -> FloatLowerTriMatrix 
Return Value
FloatLowerTriMatrix
            The transpose of this matrix. The transpose of
            an uppper triangular matrix is a lower triangular matrix.
            
 Remarks
Remarks
            No data is copied. The returned matrix references the same
            data as this matrix.
            
 See Also
See Also