NTPoly
|
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... | |
A module for wrapping the distributed sparse matrix memory pool.
pure subroutine, public distributedmatrixmemorypoolmodule_wrp::constructdistributedmatrixmemorypool_wrp | ( | integer(kind=c_int), dimension(size_wrp), intent(out) | ih_this | ) |
Construct Distributed Matrix Memory Pool object.
[out] | ih_this | to a constructed Matrix Memory Pool object. |
pure subroutine, public distributedmatrixmemorypoolmodule_wrp::destructdistributedmatrixmemorypool_wrp | ( | integer(kind=c_int), dimension(size_wrp), intent(inout) | ih_this | ) |
Destruct a permutation object.
[in,out] | ih_this | handle to the permutation to destruct. |