TripletList_r Interface

public interface TripletList_r

Contents


Module Procedures

public pure function ConstructTripletList_r(size_in) result(this)

Construct a triplet list.

Arguments

Type IntentOptional AttributesName
integer(kind=c_int), intent(in), optional :: size_in

The length of the triplet list (default=0).

Return Value type(TripletList_r)

The triplet list to construct.