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