invert_funct_1dT_invert_funct_1dInvertFunct1dInvertFunct1d (Operator)
Name
invert_funct_1dT_invert_funct_1dInvertFunct1dInvertFunct1d
— Calculate the inverse of a function.
Signature
Description
invert_funct_1dinvert_funct_1dInvertFunct1dInvertFunct1dInvertFunct1d
calculates the inverse function of the input
function FunctionFunctionFunctionFunctionfunction
and returns it in
InverseFunctionInverseFunctionInverseFunctionInverseFunctioninverseFunction
. 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, HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Input function.
InverseFunctionInverseFunctionInverseFunctionInverseFunctioninverseFunction
(output_control) function_1d →
HFunction1D, HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Inverse of the input function.
Possible Predecessors
create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairs
,
create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArray
Module
Foundation