destroy Subroutine

private pure subroutine destroy(this)

Destructor, deallocates the datastructure.

Type Bound

hermitian_banded_matrix_t

Arguments

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

type instance