transform_funct_1dT_transform_funct_1dTransformFunct1dTransformFunct1d (Operator)
Name
transform_funct_1dT_transform_funct_1dTransformFunct1dTransformFunct1d — Transform a function using given transformation parameters.
Signature
Description
transform_funct_1dtransform_funct_1dTransformFunct1dTransformFunct1dTransformFunct1d transforms the input function
FunctionFunctionFunctionFunctionfunction using the transformation parameters given in
ParamsParamsParamsParamsparamsVal. The function FunctionFunctionFunctionFunctionfunction is passed as a
tuple (see create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArray and
create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairs). The following model is used for the
transformation between the two functions (see
match_funct_1d_transmatch_funct_1d_transMatchFunct1dTransMatchFunct1dTransMatchFunct1dTrans):
The output function TransformedFunctionTransformedFunctionTransformedFunctionTransformedFunctiontransformedFunction is obtained by
transforming the x and y values of the input function separately
with the above formula, i.e., the output function is not sampled
again. Therefore, the parameter is restricted to
. To resample a function, the operator
sample_funct_1dsample_funct_1dSampleFunct1dSampleFunct1dSampleFunct1d can be used.
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.
ParamsParamsParamsParamsparamsVal (input_control) number-array → HTupleHTupleHtuple (real) (double) (double) (double)
Transformation parameters between the functions.
Number of elements: 4
TransformedFunctionTransformedFunctionTransformedFunctionTransformedFunctiontransformedFunction (output_control) function_1d → HFunction1D, HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Transformed function.
Possible Predecessors
create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairs,
create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArray,
match_funct_1d_transmatch_funct_1d_transMatchFunct1dTransMatchFunct1dTransMatchFunct1dTrans
Module
Foundation