xy_norm Function

private pure elemental function xy_norm(A) result(r)

polymorphic euclidean norm for xy class

Arguments

Type IntentOptional Attributes Name
class(xy), intent(in) :: A

Return Value real(kind=8)


Called by

proc~~xy_norm~~CalledByGraph proc~xy_norm xy_coordinates::xy_norm proc~xy_distance xy_coordinates::xy_distance proc~xy_distance->proc~xy_norm proc~xy_shells xy_neighbors::xy_shells proc~xy_shells->proc~xy_distance proc~xy_nearest_neighbors xy_neighbors::xy_nearest_neighbors proc~xy_nearest_neighbors->proc~xy_shells proc~xy_next_nearest_neighbors xy_neighbors::xy_next_nearest_neighbors proc~xy_next_nearest_neighbors->proc~xy_shells