NTPoly
Data Types | Functions/Subroutines
distributedmatrixmemorypoolmodule_wrp Module Reference

A module for wrapping the distributed sparse matrix memory pool. More...

Data Types

type  distributedmatrixmemorypool_wrp
 Wrapper for the distributed matrix memory pool type. More...
 

Functions/Subroutines

pure subroutine, public constructdistributedmatrixmemorypool_wrp (ih_this)
 Construct Distributed Matrix Memory Pool object. More...
 
pure subroutine, public destructdistributedmatrixmemorypool_wrp (ih_this)
 Destruct a permutation object. More...
 

Detailed Description

A module for wrapping the distributed sparse matrix memory pool.

Function/Subroutine Documentation

◆ constructdistributedmatrixmemorypool_wrp()

pure subroutine, public distributedmatrixmemorypoolmodule_wrp::constructdistributedmatrixmemorypool_wrp ( integer(kind=c_int), dimension(size_wrp), intent(out)  ih_this)

Construct Distributed Matrix Memory Pool object.

Parameters
[out]ih_thisto a constructed Matrix Memory Pool object.

◆ destructdistributedmatrixmemorypool_wrp()

pure subroutine, public distributedmatrixmemorypoolmodule_wrp::destructdistributedmatrixmemorypool_wrp ( integer(kind=c_int), dimension(size_wrp), intent(inout)  ih_this)

Destruct a permutation object.

Parameters
[in,out]ih_thishandle to the permutation to destruct.