Click or drag to resize

ISparseMatrixStorageT Interface

Interface for general sparse matrix storage formats.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public interface ISparseMatrixStorage<T>

Type Parameters

T
The underlying type of the stored values.

The ISparseMatrixStorageT type exposes the following members.

Properties
 NameDescription
Public propertyCols Gets the number of columns in the matrix.
Public propertyItem The value at the given row and column of the matrix.
Public propertyRows Gets the number of rows in the matrix.
Top
Methods
 NameDescription
Public methodInitializeData Initialze the data in self with the given sparse data in coordinate format.
Top
See Also