set_label Subroutine

private pure subroutine set_label(this, label)

Sets the label of the current matrix.

Arguments

TypeIntentOptionalAttributesName
class(matrix_t), intent(inout) :: this

type instance

character(len=*), intent(in) :: label

label to set


Contents

None