invert_funct_1dT_invert_funct_1dInvertFunct1dInvertFunct1dinvert_funct_1d (算子)

名称

invert_funct_1dT_invert_funct_1dInvertFunct1dInvertFunct1dinvert_funct_1d — 计算函数的反函数。

签名

invert_funct_1d( : : Function : InverseFunction)

Herror T_invert_funct_1d(const Htuple Function, Htuple* InverseFunction)

void InvertFunct1d(const HTuple& Function, HTuple* InverseFunction)

HFunction1D HFunction1D::InvertFunct1d() const

static void HOperatorSet.InvertFunct1d(HTuple function, out HTuple inverseFunction)

HFunction1D HFunction1D.InvertFunct1d()

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

描述

invert_funct_1dinvert_funct_1dInvertFunct1dInvertFunct1dInvertFunct1dinvert_funct_1d calculates the inverse function of the input function FunctionFunctionFunctionFunctionfunctionfunction and returns it in InverseFunctionInverseFunctionInverseFunctionInverseFunctioninverseFunctioninverse_function. The function FunctionFunctionFunctionFunctionfunctionfunction must be monotonic. If this is not the case an error message is returned.

执行信息

参数

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

输入函数。

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

Inverse of the input function.

可能的前趋

create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairscreate_funct_1d_pairs, create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArraycreate_funct_1d_array

模块

基础