IMSL C# Numerical Library

SparseMatrix.SparseArray.Index 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.

public int[][] Index;

See Also

SparseMatrix.SparseArray Class | Imsl.Math Namespace