IMSL C# Numerical Library

ComplexSparseMatrix.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

ComplexSparseMatrix.SparseArray Class | Imsl.Math Namespace