DestructMatrix Interface

public interface DestructMatrix

Contents


Module Procedures

private subroutine DestructMatrix_lsr(this)

Explicitly destruct a sparse matrix.

Arguments

Type IntentOptional AttributesName
type(Matrix_lsr), intent(inout) :: this

The matrix to free up.

private subroutine DestructMatrix_lsc(this)

Explicitly destruct a sparse matrix.

Arguments

Type IntentOptional AttributesName
type(Matrix_lsc), intent(inout) :: this

The matrix to free up.