NTPoly
|
A module for wrapping the matrix memory pool data type. More...
Data Types | |
type | matrixmemorypool_wrp |
A wrapper for the matrix memory pool data type. More... | |
Functions/Subroutines | |
subroutine, public | constructmatrixmemorypool_wrp (ih_this, columns, rows) |
Wrap the Matrix Memory Pool constructor. More... | |
pure subroutine, public | destructmatrixmemorypool_wrp (ih_this) |
Wrap the destructor for a matrix memory pool. More... | |
A module for wrapping the matrix memory pool data type.
subroutine, public matrixmemorypoolmodule_wrp::constructmatrixmemorypool_wrp | ( | integer(kind=c_int), dimension(size_wrp), intent(inout) | ih_this, |
integer(kind=c_int), intent(in) | columns, | ||
integer(kind=c_int), intent(in) | rows | ||
) |
Wrap the Matrix Memory Pool constructor.
[out] | ih_this | handle to a constructed Matrix Memory Pool object. |
[in] | columns | number of columns in the matrix. |
[in] | rows | number of rows in the matrix. |
pure subroutine, public matrixmemorypoolmodule_wrp::destructmatrixmemorypool_wrp | ( | integer(kind=c_int), dimension(size_wrp), intent(inout) | ih_this | ) |
Wrap the destructor for a matrix memory pool.
[in,out] | ih_this | the matrix being destructed. |