The SparseArray class uses public fields to hold
the data for a sparse matrix in the Sparse Array format.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class SparseArray |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class SparseArray |
Visual C++ |
---|
[SerializableAttribute] public ref class SparseArray |
Remarks
This format came about as a means for storing sparse matrices. In this format, a sparse matrix is represented by two arrays of arrays. One array contains the references to the nonzero value arrays for each row of the sparse matrix. The other contains the references to the associated column index arrays.
As an example, consider the following complex sparse matrix:
