.NET Matrix Library
CSparseMatrix Class
Members  See Also  Send comments on this topic


Represents a general sparse matrix with complex elements.

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
<SerializableAttribute()>
Public Class CSparseMatrix 
   Implements ICloneableIDisposableIEquatable(Of CSparseMatrix)ISerializable 
C# 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public class CSparseMatrix : ICloneableIDisposableIEquatable<CSparseMatrix>ISerializable  
C++/CLI 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public ref class CSparseMatrix : public ICloneableIDisposableIEquatable<CSparseMatrix>ISerializable  

Requirements

Namespace: Bluebit.MatrixLibrary

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

Assembly: Bluebit.MatrixLibrary (in Bluebit.MatrixLibrary.dll)

See Also

.NET Matrix Library Documentation