Toggle navigation
NECI
Documentation
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
sort_i_a_c
Subroutine
123 statements
Source File
quicksort.F90
sort_mod_i_a_c
sort_i_a_c
Contents
private pure subroutine sort_i_a_c(arr, arr2, nskip, par)
a is the pivot value
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(inout)
::
arr
(:)
complex(kind=dp),
intent(inout)
::
arr2
(:,:)
integer,
intent(in),
optional
::
nskip
integer,
intent(out),
optional
::
par
Contents