Contents

sparse_get_matrix_number_of_columns(_:)

Returns the number of columns of a matrix.

Declaration

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

Parameters

  • A:

    The sparse matrix object.

Return Value

The number of columns of the matrix

Discussion

See Also

General Sparse Matrix Management Operations