Access a function value using the index of the control points.
get_pair_funct_1d accesses a function value of Function. This is done by specifying the index of one or more control points of the function.
|
Function (input_control) |
function_1d-array -> real / integer |
| Input function. | |
|
Index (input_control) |
integer(-array) -> integer |
| Index of the control points. | |
|
X (output_control) |
number(-array) -> real |
| X value at the given control points. | |
|
Y (output_control) |
number(-array) -> real |
| Y value at the given control points. | |
get_pair_funct_1d is reentrant and processed without parallelization.
create_funct_1d_pairs, create_funct_1d_array
Tools