get_pair_funct_1dT_get_pair_funct_1dGetPairFunct1dGetPairFunct1dget_pair_funct_1d (算子)
名称
get_pair_funct_1dT_get_pair_funct_1dGetPairFunct1dGetPairFunct1dget_pair_funct_1d — 使用控制点的索引访问函数值。
签名
Herror T_get_pair_funct_1d(const Htuple Function, const Htuple Index, Htuple* X, Htuple* Y)
def get_pair_funct_1d(function: Sequence[Union[float, int]], index: MaybeSequence[int]) -> Tuple[Sequence[float], Sequence[float]]
def get_pair_funct_1d_s(function: Sequence[Union[float, int]], index: MaybeSequence[int]) -> Tuple[float, float]
描述
get_pair_funct_1dget_pair_funct_1dGetPairFunct1dGetPairFunct1dGetPairFunct1dget_pair_funct_1d accesses a function value
of FunctionFunctionFunctionFunctionfunctionfunction. This is done by specifying the
index of one or more control points of the function.
执行信息
- 多线程类型:可重入(与非独占算子并行运行)。
- 多线程作用域:全局(可从任何线程调用)。
- 未采用并行化处理。
参数
FunctionFunctionFunctionFunctionfunctionfunction (输入控制) function_1d → HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
输入函数。
IndexIndexIndexIndexindexindex (输入控制) integer(-array) → HTupleMaybeSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Index of the control points.
XXXXxx (输出控制) number(-array) → HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)
X value at the given control points.
YYYYyy (输出控制) number(-array) → HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)
Y value at the given control points.
可能的前趋
create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairscreate_funct_1d_pairs,
create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArraycreate_funct_1d_array
模块
基础