get_pair_funct_1dT_get_pair_funct_1dGetPairFunct1dGetPairFunct1d (Operator)
Name
get_pair_funct_1dT_get_pair_funct_1dGetPairFunct1dGetPairFunct1d
— Access a function value using the index of the control points.
Signature
Herror T_get_pair_funct_1d(const Htuple Function, const Htuple Index, Htuple* X, Htuple* Y)
Description
get_pair_funct_1dget_pair_funct_1dGetPairFunct1dGetPairFunct1dGetPairFunct1d
accesses a function value
of FunctionFunctionFunctionFunctionfunction
. This is done by specifying the
index of one or more control points of the function.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
FunctionFunctionFunctionFunctionfunction
(input_control) function_1d →
HFunction1D, HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Input function.
IndexIndexIndexIndexindex
(input_control) integer(-array) →
HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Index of the control points.
XXXXx
(output_control) number(-array) →
HTupleHTupleHtuple (real) (double) (double) (double)
X value at the given control points.
YYYYy
(output_control) number(-array) →
HTupleHTupleHtuple (real) (double) (double) (double)
Y value at the given control points.
Possible Predecessors
create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairs
,
create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArray
Module
Foundation