sparse_get_matrix_nonzero_count_for_row(_:_:)
Returns the number of nonzero values in a row of a matrix.
Return Value
The number of nonzero values in the specified row of the matrix. If i is out of bounds of the matrix, 0 is returned.
Discussion
See Also
General Sparse Matrix Management Operations