private pure subroutine delete_matrix(this)
Deallocates the matrix datastructure, nullifies all corresponding pointers and
deallocates the various nodes in the rows.
Type Bound
matrix_t
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
class(matrix_t),
|
intent(inout) |
|
|
:: |
this |
|