sparse_get_matrix_nonzero_count(_:) Returns the number of nonzero values of a matrix. Declarationfunc sparse_get_matrix_nonzero_count(_ A: UnsafeMutableRawPointer!) -> Int ParametersA: The sparse matrix object. Return ValueThe number of nonzero values in 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_number_of_columns(_:)sparse_get_matrix_nonzero_count_for_row(_:_:)sparse_get_matrix_nonzero_count_for_column(_:_:)