get_pair_funct_1d ( : : Function, Index : X, Y )

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.


Parameters

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.


Parallelization Information

get_pair_funct_1d is reentrant and processed without parallelization.


Possible Predecessors

create_funct_1d_pairs, create_funct_1d_array


Module

Tools



Copyright © 1996-2005 MVTec Software GmbH