| Visual Basic (Declaration) | |
|---|---|
Public Overridable Function ToDense() As CMatrix | |
| C# | |
|---|---|
public virtual CMatrix ToDense() | |
| C++/CLI | |
|---|---|
public: virtual CMatrix^ ToDense(); | |
Return Value
A CMatrix object that represents the sparse matrix in dense format.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