invert_funct_1dT_invert_funct_1dInvertFunct1dInvertFunct1dinvert_funct_1d (Operator)
Name
invert_funct_1dT_invert_funct_1dInvertFunct1dInvertFunct1dinvert_funct_1d — Calculate the inverse of a function.
Signature
def invert_funct_1d(function: Sequence[Union[float, int]]) -> Sequence[Union[float, int]]
Description
invert_funct_1dinvert_funct_1dInvertFunct1dInvertFunct1dinvert_funct_1d calculates the inverse function of the input
function FunctionFunctionFunctionfunctionfunction and returns it in
InverseFunctionInverseFunctionInverseFunctioninverseFunctioninverse_function. The function FunctionFunctionFunctionfunctionfunction must be
monotonic. If this is not the case an error message is returned.
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, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Input function.
InverseFunctionInverseFunctionInverseFunctioninverseFunctioninverse_function (output_control) function_1d → HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Inverse of the input function.
Possible Predecessors
create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairscreate_funct_1d_pairs,
create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArraycreate_funct_1d_array
Module
Foundation