DestructMatrixMemoryPool Interface

public interface DestructMatrixMemoryPool

Contents


Module Procedures

private subroutine DestructMatrixMemoryPool_lr(this)

A destructor for a matrix memory pool

Arguments

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

The matrix being destructed.

private subroutine DestructMatrixMemoryPool_lc(this)

A destructor for a matrix memory pool

Arguments

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

The matrix being destructed.