Click or drag to resize

SparseMatrix Properties

The SparseMatrix type exposes the following members.

Properties
  NameDescription
Public propertyColumns
The number of columns in the matrix.
Public propertyDensity
The density of the matrix (the ratio of number of nonzero elements and size of the matrix).
Public propertyItem
Set or get an element of the matrix.
Public propertyNumberOfNonZeros
Number of nonzero matrix elements.
Public propertyRows
The number of rows in the matrix.
Public propertySize
Total number of elements in the matrix.
Top
See Also