Sort the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' ). Use Quick Sort, reverting to Insertion sort on arrays of size <= 20. Dimension of STACK limits N to about 2**32.
More...
Sort the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' ). Use Quick Sort, reverting to Insertion sort on arrays of size <= 20. Dimension of STACK limits N to about 2**32.
◆ dlasrt()
pure subroutine la_lapack::lasrt::dlasrt |
( |
character, intent(in) |
id, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(dp), dimension(*), intent(inout) |
d, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ la_dlasrt()
la_lapack::lasrt::la_dlasrt |
◆ la_qlasrt()
la_lapack::lasrt::la_qlasrt |
◆ la_slasrt()
la_lapack::lasrt::la_slasrt |
◆ slasrt()
pure subroutine la_lapack::lasrt::slasrt |
( |
character, intent(in) |
id, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(sp), dimension(*), intent(inout) |
d, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
The documentation for this interface was generated from the following file: