------------------------------------------------------------------------ IMSL Name: SVIBN (Single precision version) Revised: March 19, 1991 Purpose: Sort an integer array by nondecreasing absolute value. Usage: CALL SVIBN (N, IA, IB) Arguments: N - Number of elements in the array to be sorted. (Input) IA - Integer vector of length N containing the array to be sorted. (Input) IB - Integer vector of length N containing the sorted array. (Output) If IA is not needed, IA and IB can share the same storage locations. Keyword: Utilities GAMS: N6a2a Chapter: MATH/LIBRARY Utilities Page No.: MATH/LIBRARY User's Manual page 1288