Contents

sparse_matrix_destroy(_:)

Releases any memory associated with the matrix object.

Declaration

func sparse_matrix_destroy(_ A: UnsafeMutableRawPointer!) -> sparse_status

Parameters

  • A:

    The sparse matrix object.

Return Value

SPARSE_SUCCESS and all memory associated with the matrix object is released.

Discussion

Upon return the matrix, A, is no longer valid and any use of the object is undefined.

See Also

General Sparse Matrix Management Operations