sparse_get_matrix_number_of_columns(_:) Returns the number of columns of a matrix. Declarationfunc sparse_get_matrix_number_of_columns(_ A: UnsafeMutableRawPointer!) -> sparse_dimension ParametersA: The sparse matrix object. Return ValueThe number of columns 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_rows(_:)sparse_get_matrix_nonzero_count(_:)sparse_get_matrix_nonzero_count_for_row(_:_:)sparse_get_matrix_nonzero_count_for_column(_:_:)