delete_matrix Subroutine

private pure subroutine delete_matrix(this)

Deallocates the matrix datastructure, nullifies all corresponding pointers and deallocates the various nodes in the rows.

Arguments

TypeIntentOptionalAttributesName
class(matrix_t), intent(inout) :: this

Contents

None