CXML
CLUSIGE (3sciport)
Searches an integer vector for clusters of elements which are
greater than or equal to an integer target value
SYNOPSIS
Call CLUSIGE( n, x, incx, itarget, index, nn )
ARGUMENTS
n Integer.
The number of elements to be searched.
x Integer vector.
The integer input vector to be searched.
incx Integer.
The increment between elements of vector x. For contiguous
elements, incx = 1.
itarget Integer.
The target value searched for in array x.
index Integer vector.
An output integer vector containing pairs of indices. The
first member of each pair holds the starting index of a
cluster of elements in vector x that are greater than or
equal to target. The second member of each pair contains
the ending index of a cluster.
nn Integer.
The number of clusters found in vector x.
DESCRIPTION
Subroutine CLUSIGE returns the locations of clusters of elements within
vector x that are greater than or equal to target. Cluster locations are
recorded in integer vector index as pairs of beginning and ending indices.
For equations and other information, see Volume 3: UNICOS Math and
Scientific Library Reference Manual SR-2081 7.0, Cray Research, Inc.
CXML Home Page Index of CXML Routines