Click or drag to resize
ComplexSparseMatrixSparseArrayIndex Field
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.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int[][] Index

Field Value

Type: Int32
See Also