sort Subroutine

public subroutine sort(array, idx)

Uses

    • stdlib_sorting
  • proc~~sort~~UsesGraph proc~sort sort stdlib_sorting stdlib_sorting proc~sort->stdlib_sorting

Sort an array and return the indexes

Arguments

Type IntentOptional Attributes Name
real(kind=pr), intent(inout) :: array(:)
integer, intent(out), optional :: idx(:)

Calls

proc~~sort~~CallsGraph proc~sort sort std std proc~sort->std

Called by

proc~~sort~~CalledByGraph proc~sort sort proc~cubic_roots cubic_roots proc~cubic_roots->proc~sort proc~cubic_roots_rosendo cubic_roots_rosendo proc~cubic_roots_rosendo->proc~sort