private pure subroutine set_label(this, label)
Sets the label of the current matrix.
Type Bound
matrix_t
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
class(matrix_t),
|
intent(inout) |
|
|
:: |
this |
type instance
|
|
character(len=*),
|
intent(in) |
|
|
:: |
label |
label to set
|