Multiplication and addition of the y values.
scale_y_funct_1d multiplies and adds the y values of Function with the parameters Mult and Add.
|
Function (input_control) |
function_1d-array -> real / integer |
| Input function. | |
|
Mult (input_control) |
number -> real |
| Factor for scaling of the y values. | |
| Default value: 2 | |
| Suggested values: 0.1, 0.3, 0.5, 1, 2, 5, 10 | |
|
Add (input_control) |
number -> real |
| Constant which is added to the y values. | |
| Default value: 0 | |
| Suggested values: -10, -5, 1, 0, 5, 10 | |
|
FunctionScaled (output_control) |
function_1d-array -> real / integer |
| Transformed function. | |
scale_y_funct_1d is reentrant and processed without parallelization.
create_funct_1d_pairs, create_funct_1d_array
Foundation