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

Syntax

C#
public int[][] Index
Visual Basic (Declaration)
Public Index As Integer()()
Visual C++
public:
array<array<int>^>^ Index

See Also