TripletList_c Interface

public interface TripletList_c

Contents


Module Procedures

public pure function ConstructTripletList_c(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_c)

The triplet list to construct.