Click or drag to resize

FloatCsrSparseMatrix Properties

The FloatCsrSparseMatrix 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 Gets and sets the value at the given matrix position.
(Inherited from SparseMatrixDataStorage, Type)
Public propertyRows Gets the number of rows in the matrix.
(Inherited from SparseMatrixDataStorage, Type)
Top
See Also