Next: , Previous: , Up: Math Routines   [Contents][Index]


11.13.10 Seek

These functions perform various tasks related to seeking particular values.

find

Find the first occurrence of or exceedance of a particular value.

find_max

Find the values of local maxima.

find_maxloc

Find the locations of local maxima.

find_min

Find the values of local minima.

find_minloc

Find the locations of local minima.

inpolygon

Determine which points are inside a specified polygon.

local_max

Return the locally maximum value.

local_maxloc

Return the locations of local maxima.

local_min

Return the values of local minima.

local_minloc

Return the locations of local minima.

match

Identify values that are in a particular data set.

maxloc

Return the locations of global maxima.

minloc

Return the locations of global minima.

multisieve

Return the positions of specific target values in a data set.

sieve

Find the positions where a specific condition is met.