Calculate the inverse of a function.
invert_funct_1d calculates the inverse function of the input function Function and returns it in InverseFunction. The function Function must be monotonic. If this is not the case an error message is returned.
|
Function (input_control) |
function_1d-array -> real / integer |
| Input function. | |
|
InverseFunction (output_control) |
function_1d-array -> real / integer |
| Inverse of the input function. | |
invert_funct_1d is reentrant and processed without parallelization.
create_funct_1d_pairs, create_funct_1d_array
Foundation