Click or drag to resize

SparseMatrix Properties

The SparseMatrix type exposes the following members.

Properties
 NameDescription
Public propertyColumnCount Gets the number of columns.
(Inherited from MatrixT)
Public propertyItem Gets or sets the value at the given row and column, with range checking.
(Inherited from MatrixT)
Public propertyNonZerosCount Gets the number of non zero elements in the matrix.
Public propertyRowCount Gets the number of rows.
(Inherited from MatrixT)
Public propertyStorage Gets the raw matrix data storage.
(Inherited from MatrixT)
Top
See Also