funct_1d_to_pairsT_funct_1d_to_pairsFunct1dToPairsFunct1dToPairsfunct_1d_to_pairs (算子)

名称

funct_1d_to_pairsT_funct_1d_to_pairsFunct1dToPairsFunct1dToPairsfunct_1d_to_pairs — 访问函数的(x,y)值。

签名

funct_1d_to_pairs( : : Function : XValues, YValues)

Herror T_funct_1d_to_pairs(const Htuple Function, Htuple* XValues, Htuple* YValues)

void Funct1dToPairs(const HTuple& Function, HTuple* XValues, HTuple* YValues)

void HFunction1D::Funct1dToPairs(HTuple* XValues, HTuple* YValues) const

static void HOperatorSet.Funct1dToPairs(HTuple function, out HTuple XValues, out HTuple YValues)

void HFunction1D.Funct1dToPairs(out HTuple XValues, out HTuple YValues)

def funct_1d_to_pairs(function: Sequence[Union[float, int]]) -> Tuple[Sequence[Union[int, float]], Sequence[Union[int, float]]]

描述

funct_1d_to_pairsfunct_1d_to_pairsFunct1dToPairsFunct1dToPairsFunct1dToPairsfunct_1d_to_pairs splits the input function FunctionFunctionFunctionFunctionfunctionfunction into tuples for the x and y values.

执行信息

参数

FunctionFunctionFunctionFunctionfunctionfunction (输入控制)  function_1d HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

输入函数。

XValuesXValuesXValuesXValuesXValuesxvalues (输出控制)  number-array HTupleSequence[Union[int, float]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

X values of the function.

YValuesYValuesYValuesYValuesYValuesyvalues (输出控制)  number-array HTupleSequence[Union[int, float]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Y values of the function.

可能的前趋

create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairscreate_funct_1d_pairs, create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArraycreate_funct_1d_array

模块

基础