DestructMatrix Interface

public interface DestructMatrix

Contents


Module Procedures

private subroutine DestructMatrix_ldr(this)

Deallocate the memory associated with this matrix.

Arguments

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

The matrix to delete.

private subroutine DestructMatrix_ldc(this)

Deallocate the memory associated with this matrix.

Arguments

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

This the matrix to delete.