AccumulateTripletList Interface

public interface AccumulateTripletList

Contents


Module Procedures

public subroutine AccumulateTripletList_r(this, triplet_value)

(Just for a related project)

Arguments

Type IntentOptional AttributesName
type(TripletList_r), intent(inout) :: this

This the triplet list to append to.

type(Triplet_r), intent(in) :: triplet_value

The value to add in.

public subroutine AccumulateTripletList_c(this, triplet_value)

(Just for a related project)

Arguments

Type IntentOptional AttributesName
type(TripletList_c), intent(inout) :: this

This the triplet list to append to.

type(Triplet_c), intent(in) :: triplet_value

The value to add in.