MatrixMemoryPool_p Interface

public interface MatrixMemoryPool_p

Contents


Module Procedures

private pure function ConstructMatrixMemoryPool_p(matrix) result(this)

Construct Distributed Matrix Memory Pool object.

Arguments

Type IntentOptional AttributesName
type(Matrix_ps), intent(in) :: matrix

The associated distributed sparse matrix.

Return Value type(MatrixMemoryPool_p)

A constructed Matrix Memory Pool object.