f01ej
is the AD Library version of the primal routine
f01ejf.
Based (in the C++ interface) on overload resolution,
f01ej 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
f01ej
is the AD Library version of the primal routine
f01ejf.
f01ejf computes the principal matrix logarithm, , of a real matrix , with no eigenvalues on the closed negative real line.
For further information see Section 3 in the documentation for f01ejf.
4References
Al–Mohy A H and Higham N J (2011) Improved inverse scaling and squaring algorithms for the matrix logarithm SIAM J. Sci. Comput.34(4) C152–C169
Al–Mohy A H, Higham N J and Relton S D (2012) Computing the Fréchet derivative of the matrix logarithm and estimating the condition number SIAM J. Sci. Comput.35(4) C394–C410
Higham N J (2008) Functions of Matrices: Theory and Computation SIAM, Philadelphia, PA, USA
5Arguments
In addition to the arguments present in the interface of the primal routine,
f01ej 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.