compose_funct_1dT_compose_funct_1dComposeFunct1dComposeFunct1dcompose_funct_1d (Operator)

Name

compose_funct_1dT_compose_funct_1dComposeFunct1dComposeFunct1dcompose_funct_1d — Zusammensetzung zweier Funktionen.

Signatur

compose_funct_1d( : : Function1, Function2, Border : ComposedFunction)

Herror T_compose_funct_1d(const Htuple Function1, const Htuple Function2, const Htuple Border, Htuple* ComposedFunction)

void ComposeFunct1d(const HTuple& Function1, const HTuple& Function2, const HTuple& Border, HTuple* ComposedFunction)

HFunction1D HFunction1D::ComposeFunct1d(const HFunction1D& Function2, const HString& Border) const

HFunction1D HFunction1D::ComposeFunct1d(const HFunction1D& Function2, const char* Border) const

HFunction1D HFunction1D::ComposeFunct1d(const HFunction1D& Function2, const wchar_t* Border) const   (Nur Windows)

static void HOperatorSet.ComposeFunct1d(HTuple function1, HTuple function2, HTuple border, out HTuple composedFunction)

HFunction1D HFunction1D.ComposeFunct1d(HFunction1D function2, string border)

def compose_funct_1d(function_1: Sequence[Union[float, int]], function_2: Sequence[Union[float, int]], border: str) -> Sequence[Union[float, int]]

Beschreibung

compose_funct_1dcompose_funct_1dComposeFunct1dComposeFunct1dComposeFunct1dcompose_funct_1d berechnet die Zusammensetzung zweier Funktionen, d.h. ComposedFunction(x) = Function2(Function1(x)). ComposedFunctionComposedFunctionComposedFunctionComposedFunctioncomposedFunctioncomposed_function hat denselben Definitionsbereich (x-Bereich) wie Function1Function1Function1Function1function1function_1. Falls der Wertebereich von Function1Function1Function1Function1function1function_1 größer ist als der Definitionsbereich von Function2Function2Function2Function2function2function_2, gibt BorderBorderBorderBorderborderborder die Randbehandlung für Function2Function2Function2Function2function2function_2 an. Für BorderBorderBorderBorderborderborder='zero'"zero""zero""zero""zero""zero" wird Function2Function2Function2Function2function2function_2 mit 0 fortgesetzt, für BorderBorderBorderBorderborderborder='constant'"constant""constant""constant""constant""constant" mit dem jeweiligen Randwert, für BorderBorderBorderBorderborderborder='mirror'"mirror""mirror""mirror""mirror""mirror" werden die Funktionswerte am Rand gespiegelt und für BorderBorderBorderBorderborderborder='cyclic'"cyclic""cyclic""cyclic""cyclic""cyclic" zyklisch fortgesetzt. Für die Berechnung der Funktionswerte wird Function2Function2Function2Function2function2function_2 linear interpoliert.

Ausführungsinformationen

Parameter

Function1Function1Function1Function1function1function_1 (input_control)  function_1d HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Eingabefunktion 1.

Function2Function2Function2Function2function2function_2 (input_control)  function_1d HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Eingabefunktion 2.

BorderBorderBorderBorderborderborder (input_control)  string HTuplestrHTupleHtuple (string) (string) (HString) (char*)

Randbehandlung für die Eingabefunktionen.

Defaultwert: 'constant' "constant" "constant" "constant" "constant" "constant"

Werteliste: 'constant'"constant""constant""constant""constant""constant", 'cyclic'"cyclic""cyclic""cyclic""cyclic""cyclic", 'mirror'"mirror""mirror""mirror""mirror""mirror", 'zero'"zero""zero""zero""zero""zero"

ComposedFunctionComposedFunctionComposedFunctionComposedFunctioncomposedFunctioncomposed_function (output_control)  function_1d HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Zusammengesetzte 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