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