.NET Matrix Library
ToDense Method
See Also  Send comments on this topic


Converts the current instance to a dense matrix.

Syntax

Visual Basic (Declaration) 
Public Overridable Function ToDense() As CMatrix
C# 
public virtual CMatrix ToDense()
C++/CLI 
public:
virtual CMatrix^ ToDense(); 

Return Value

CMatrix object that represents the sparse matrix in dense format.

Remarks

A dense representation of a large sparse matrix requires a mutch larger amount of memory. An exception will be thrown if there is not sufficient memory.

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation