ConstructMatrixMemoryPool Interface

public interface ConstructMatrixMemoryPool

Contents


Module Procedures

private pure subroutine ConstructMatrixMemoryPool_p(this, matrix)

Construct Distributed Matrix Memory Pool object.

Arguments

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

A constructed Matrix Memory Pool object.

type(Matrix_ps), intent(in) :: matrix

The associated distributed sparse matrix.