Click or drag to resize

FloatSymCsrSparseMatrix Properties

The FloatSymCsrSparseMatrix type exposes the following members.

Properties
 NameDescription
Public propertyCols Gets the number of columns in the matrix.
(Inherited from SparseMatrixDataStorage, Type)
Public propertyData Gets and sets the formatted data for the matrix.
(Inherited from SparseMatrixDataStorage, Type)
Public propertyItem Indexer for returning the element at the specified row and column.
(Overrides SparseMatrixDataStorage, TypeItemInt32, Int32)
Public propertyRows Gets the number of rows in the matrix.
(Inherited from SparseMatrixDataStorage, Type)
Top
See Also