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.

Type Bound

matrix_t

Arguments

Type IntentOptional Attributes Name
class(matrix_t), intent(inout) :: this