Click or drag to resize
SparseArray Fields

The ComplexSparseMatrixSparseArray type exposes the following members.

Fields
  NameDescription
Public fieldIndex
Jagged array containing column indices. The length of this array equals numberOfRows. The length of each row equals the number of nonzeros in that row of the sparse matrix.
Public fieldNumberOfColumns
Number of columns in the matrix.
Public fieldNumberOfNonZeros
Number of nonzeros in the matrix.
Public fieldNumberOfRows
Number of rows in the matrix.
Public fieldValues
Jagged array containing sparse array values. This array must have the same shape as Index.
Top
See Also