SparseMatrix Methods | 
          
The SparseMatrix type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | 
            Creates a copy of this matrix.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetObjectData | 
            The object optimized serialization method.
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| Load | 
            Loads SparseMatrix from CSV file.
              | |
| Save | 
            Saves SparseMatrix into CSV file.
              | |
| ToMatrix | 
            Returns dense representation of this matrix.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |