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