|  | FloatHermitianMatrixToGeneralMatrix Method | 
            Converts this Hermitian matrix to a general matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic FloatComplexMatrix ToGeneralMatrix()
Public Function ToGeneralMatrix As FloatComplexMatrix
public:
FloatComplexMatrix^ ToGeneralMatrix()
member ToGeneralMatrix : unit -> FloatComplexMatrix 
Return Value
FloatComplexMatrix
            A new general matrix containing the values of this Hermitian 
            matrix.
             
 See Also
See Also