fortran-lapack
Loading...
Searching...
No Matches
la_lapack::lasrt Interface Reference

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...

Public Member Functions

pure subroutine dlasrt (id, n, d, info)
 
 la_dlasrt
 
 la_qlasrt
 
pure subroutine slasrt (id, n, d, info)
 
 la_slasrt
 

Detailed Description

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.

Member Function/Subroutine Documentation

◆ 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: