Sparse |
The SparseMatrixDataStorage, Type type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals |
Equality function for general sparse matrices.
(Overrides ObjectEquals(Object)) | |
| GetHashCode |
Gets the hash code for this instance.
(Overrides ObjectGetHashCode) | |
| ToCommaSeparated | Returns a formatted string representation of this matrix using commas and newlines. | |
| ToCommaSeparated(String) | Returns a formatted string representation of this matrix using commas and newlines. Numbers are formatted using the specified format string. | |
| ToString |
Returns a formatted string representation of this matrix.
(Overrides ObjectToString) | |
| ToString(String) | Returns a formatted string representation of this matrix. Numbers are displayed using the specified format. | |
| ToTabDelimited | Returns a formatted string representation of this matrix using tabs and newlines. | |
| ToTabDelimited(String) | Returns a formatted string representation of this matrix using tabs and newlines. Numbers are formatted using the specified format string. |