Int32 Rows { get; set; }
Number of rows in the sparse matrix.
Returns: Int32
Remarks:
Defines number of rows in the sparse matrix. This value is needed only by the routines for matrix addition and multiplication to check the matrix sizes (which can be non-rectangular).
Examples
SparseA.Complex = false;
SparseA.Rows = 3;
SparseA.Cols = 4;
SparseA.NonZeros = 5;
See Also: TSparseMtx.Cols