Click or drag to resize

SparseMatrixBuilderT Methods

The SparseMatrixBuilderT type exposes the following members.

Methods
 NameDescription
Public methodAdd(KeyValuePairIntPair, T) Adds the given value at the given row, column indices.
Public methodAdd(IntPair, T) Adds the given value at the row, column indices specified by the IntPair argument.
Public methodClear Clears all stored nonzero values.
Public methodClone Constructs a deep copy of self.
Public methodContains Determines if the collection contains a specified value at at specified row, column indices.
Public methodContainsKey Method for determining if there is a nonzero value at the row, column indices specified by the given key.
Public methodCopyTo Copies the nonzero values to an Array, starting at a particular Array index.
Public methodGetEnumerator Returns an enumerator that iterates through the collection of nonzero values.
Public methodRemove(IntPair) Removes a value at the specified row, column indices.
Public methodRemove(KeyValuePairIntPair, T) Removes the specified value at the specified row, column indices.
Public methodRemove(Int32, Int32) Removes a value at the specified row, column indices.
Public methodTryGetValue Get the value at the specified row, column index pair.
Top
See Also