Toggle navigation
NECI
Documentation
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
sort_a_i64_custom
Subroutine
117 statements
Source File
quicksort.F90
sort_mod_a_i64_custom
sort_a_i64_custom
Contents
private pure subroutine sort_a_i64_custom(arr, custom_lt, custom_gt, nskip, par)
a is the pivot value
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int64),
intent(inout)
::
arr
(:,:)
real
::
custom_lt
real
::
custom_gt
integer,
intent(in),
optional
::
nskip
integer,
intent(out),
optional
::
par
Contents