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