add_node Subroutine

private subroutine add_node(this, column, element)

Adds a new node to the linked list with a given column index and value.

Arguments

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

type instance

integer, intent(in) :: column

column position of the element

class(*), intent(in) :: element

the element to be added


Contents

None