------------------------------------------------------------------------ IMSL Name: IIMIN (Single precision version) Revised: August 9, 1986 Purpose: Find the smallest index of the minimum of an integer vector. Usage: IIMIN(N, IX, INCX) Arguments: N - Length of vector X. (Input) IX - Integer vector of length N*INCX. (Input) INCX - Displacement between elements of IX. (Input) IX(I) is defined to be IX(1+(I-1)*INCX). INCX must be greater than zero. IIMIN - The smallest index I such that IX(I) is the minimum of of IX(J) for J=1 to N. (Output) IX(I) refers to a specific element of IX. See INCX argument description. Keyword: Level 1 BLAS GAMS: D1a2 Chapters: MATH/LIBRARY Basic Matrix/Vector Operations STAT/LIBRARY Mathematical Support Page No.: MATH/LIBRARY User's Manual page 1146 STAT/LIBRARY User's Manual page 1508