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_i
Subroutine
123 statements
Source File
quicksort.F90
sort_mod_a_i64_i
sort_a_i64_i
Contents
private pure subroutine sort_a_i64_i(arr, arr2, nskip, par)
a is the pivot value
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int64),
intent(inout)
::
arr
(:,:)
integer(kind=int32),
intent(inout)
::
arr2
(:)
integer,
intent(in),
optional
::
nskip
integer,
intent(out),
optional
::
par
Contents