Operators |
scale_y_funct_1d — Multiplication and addition of the y values.
scale_y_funct_1d( : : Function, Mult, Add : FunctionScaled)
scale_y_funct_1d multiplies and adds the y values of Function with the parameters Mult and Add.
Input function.
Factor for scaling of the y values.
Default value: 2.0
Suggested values: 0.1, 0.3, 0.5, 1.0, 2.0, 5.0, 10.0
Constant which is added to the y values.
Default value: 0.0
Suggested values: -10.0, -5.0, 1.0, 0.0, 5.0, 10.0
Transformed function.
create_funct_1d_pairs, create_funct_1d_array
Foundation
Operators |