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


Represents a general sparse matrix with real elements.

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
<SerializableAttribute()>
Public Class SparseMatrix 
   Implements ICloneableIDisposableIEquatable(Of SparseMatrix)ISerializable 
C# 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public class SparseMatrix : ICloneableIDisposableIEquatable<SparseMatrix>ISerializable  
C++/CLI 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public ref class SparseMatrix : public ICloneableIDisposableIEquatable<SparseMatrix>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