DestructMatrix Interface

public interface DestructMatrix

Contents


Module Procedures

private pure subroutine DestructMatrix_ldr(this)

Deallocate the memory associated with this matrix.

Arguments

Type IntentOptional Attributes Name
type(Matrix_ldr), intent(inout) :: this

The matrix to delete.

private pure subroutine DestructMatrix_ldc(this)

Deallocate the memory associated with this matrix.

Arguments

Type IntentOptional Attributes Name
type(Matrix_ldc), intent(inout) :: this

This the matrix to delete.