GetTripletListSize Interface

public interface GetTripletListSize

Contents


Module Procedures

public pure function GetTripletListSize_r(triplet_list) result(list_size)

Get the number of entries in a triplet list.

Arguments

Type IntentOptional AttributesName
type(TripletList_r), intent(in) :: triplet_list

List to get the size of.

Return Value integer

The number of entries in the triplet list.

public pure function GetTripletListSize_c(triplet_list) result(list_size)

Get the number of entries in a triplet list.

Arguments

Type IntentOptional AttributesName
type(TripletList_c), intent(in) :: triplet_list

List to get the size of.

Return Value integer

The number of entries in the triplet list.