Contents

sparse_get_matrix_nonzero_count(_:)

Returns the number of nonzero values of a matrix.

Declaration

func sparse_get_matrix_nonzero_count(_ A: UnsafeMutableRawPointer!) -> Int

Parameters

  • A:

    The sparse matrix object.

Return Value

The number of nonzero values in the matrix.

Discussion

See Also

General Sparse Matrix Management Operations