sparse_get_matrix_number_of_rows(_:) Returns the number of rows of a matrix. Declarationfunc sparse_get_matrix_number_of_rows(_ A: UnsafeMutableRawPointer!) -> sparse_dimension ParametersA: The sparse matrix object. Return ValueThe number of rows of the matrix Discussion See AlsoGeneral Sparse Matrix Management Operationssparse_commit(_:)sparse_matrix_destroy(_:)sparse_set_matrix_property(_:_:)sparse_get_matrix_property(_:_:)sparse_get_matrix_number_of_columns(_:)sparse_get_matrix_nonzero_count(_:)sparse_get_matrix_nonzero_count_for_row(_:_:)sparse_get_matrix_nonzero_count_for_column(_:_:)