invert_funct_1dT_invert_funct_1dInvertFunct1dInvertFunct1dinvert_funct_1d (Operator)
Name
invert_funct_1dT_invert_funct_1dInvertFunct1dInvertFunct1dinvert_funct_1d — Berechnung der Inversen einer Funktion.
Signatur
def invert_funct_1d(function: Sequence[Union[float, int]]) -> Sequence[Union[float, int]]
Beschreibung
invert_funct_1dinvert_funct_1dInvertFunct1dInvertFunct1dInvertFunct1dinvert_funct_1d berechnet die Inverse der Eingabefunktion
FunctionFunctionFunctionFunctionfunctionfunction und liefert sie in InverseFunctionInverseFunctionInverseFunctionInverseFunctioninverseFunctioninverse_function. Die
Funktion FunctionFunctionFunctionFunctionfunctionfunction muss monoton sein. Falls das nicht der
Fall ist, wird eine Fehlermeldung zurückgeliefert.
Ausführungsinformationen
- Multithreading-Typ: reentrant (läuft parallel zu nicht-exklusiven Operatoren).
- Multithreading-Bereich: global (kann von jedem Thread aufgerufen werden).
- Wird ohne Parallelisierung verarbeitet.
Parameter
FunctionFunctionFunctionFunctionfunctionfunction (input_control) function_1d → HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Eingabefunktion.
InverseFunctionInverseFunctionInverseFunctionInverseFunctioninverseFunctioninverse_function (output_control) function_1d → HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Inverse der Funktion.
Vorgänger
create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairscreate_funct_1d_pairs,
create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArraycreate_funct_1d_array
Modul
Foundation