unique Interface

public interface unique

Calls

interface~~unique~~CallsGraph interface~unique unique proc~unique32 unique32 interface~unique->proc~unique32 proc~unique64 unique64 interface~unique->proc~unique64 interface~sort sort proc~unique32->interface~sort proc~unique64->interface~sort proc~sort_ascending sort_ascending interface~sort->proc~sort_ascending proc~sort_ascending_64 sort_ascending_64 interface~sort->proc~sort_ascending_64 interface~swap swap proc~sort_ascending->interface~swap proc~swap64 swap64 proc~sort_ascending_64->proc~swap64 interface~swap->proc~swap64 proc~swap32 swap32 interface~swap->proc~swap32 proc~swap_str swap_str interface~swap->proc~swap_str

Module Procedures

private function unique32(vec) result(vec_unique)

Return only the unique values from vec.

Arguments

Type IntentOptional Attributes Name
integer, intent(in), dimension(:) :: vec

Return Value integer, dimension(:), allocatable

private function unique64(vec) result(vec_unique)

Return only the unique values from vec.

Arguments

Type IntentOptional Attributes Name
integer(kind=ip), intent(in), dimension(:) :: vec

Return Value integer(kind=ip), dimension(:), allocatable