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