Contents

sparse_get_matrix_number_of_rows(_:)

Returns the number of rows of a matrix.

Declaration

func sparse_get_matrix_number_of_rows(_ A: UnsafeMutableRawPointer!) -> sparse_dimension

Parameters

  • A:

    The sparse matrix object.

Return Value

The number of rows of the matrix

Discussion

See Also

General Sparse Matrix Management Operations