Click or drag to resize

SparseMatrixDataStorage, Type Methods

The SparseMatrixDataStorage, Type type exposes the following members.

Methods
 NameDescription
Public methodEquals Equality function for general sparse matrices.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Gets the hash code for this instance.
(Overrides ObjectGetHashCode)
Public methodCode exampleToCommaSeparated Returns a formatted string representation of this matrix using commas and newlines.
Public methodCode exampleToCommaSeparated(String) Returns a formatted string representation of this matrix using commas and newlines. Numbers are formatted using the specified format string.
Public methodCode exampleToString Returns a formatted string representation of this matrix.
(Overrides ObjectToString)
Public methodCode exampleToString(String) Returns a formatted string representation of this matrix. Numbers are displayed using the specified format.
Public methodCode exampleToTabDelimited Returns a formatted string representation of this matrix using tabs and newlines.
Public methodCode exampleToTabDelimited(String) Returns a formatted string representation of this matrix using tabs and newlines. Numbers are formatted using the specified format string.
Top
See Also