e01eb
is the AD Library version of the primal routine
e01ebf.
Based (in the C++ interface) on overload resolution,
e01eb can be used for primal, tangent and adjoint
evaluation. It supports tangents and adjoints of first order.
Corresponding to the overloaded C++ function, the Fortran interface provides five routines with names reflecting the type used for active real arguments. The actual subroutine and type names are formed by replacing AD and ADTYPE in the above as follows:
The function is overloaded on ADTYPE which represents the type of active arguments. ADTYPE may be any of the following types: double, dco::ga1s<double>::type, dco::gt1s<double>::type
Note: this function can be used with AD tools other than dco/c++. For details, please contact NAG.
3Description
e01eb
is the AD Library version of the primal routine
e01ebf.
e01ebf performs barycentric interpolation, at a given set of points, using a set of function values on a scattered grid and a triangulation of that grid computed by e01eaf.
For further information see Section 3 in the documentation for e01ebf.
4References
Cline A K and Renka R L (1984) A storage-efficient method for construction of a Thiessen triangulation Rocky Mountain J. Math.14 119–139
Lawson C L (1977) Software for surface interpolation Mathematical Software III (ed J R Rice) 161–194 Academic Press
Renka R L (1984) Algorithm 624: triangulation and interpolation of arbitrarily distributed points in the plane ACM Trans. Math. Software10 440–442
Renka R L and Cline A K (1984) A triangle-based interpolation method Rocky Mountain J. Math.14 223–237
5Arguments
In addition to the arguments present in the interface of the primal routine,
e01eb includes some arguments specific to AD.
A brief summary of the AD specific arguments is given below. For the remainder, links are provided to the corresponding argument from the primal routine.
A tooltip popup for all arguments can be found by hovering over the argument name in Section 2 and in this section.