__call__()#

IndexMapper.__call__()#

Evaluate the function f(x, y, z)

Parameters:
xfloat

Function parameter x.

yfloat

Function parameter y.

zfloat

Function parameter z.

Returns:
int

The result of the function f(x, y, z).