|  | ISparse | 
 Syntax
SyntaxThe ISparseMatrixStorageT type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Cols | Gets the number of columns in the matrix. | 
|  | Item | The value at the given row and column of the matrix. | 
|  | Rows | Gets the number of rows in the matrix. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | InitializeData | Initialze the data in self with the given sparse data in coordinate format. | 
 See Also
See Also