nag_matop_complex_gen_matrix_cond_usd (f01kcc) computes an estimate of the absolute condition number of a matrix function of a complex by matrix in the -norm, using analytical derivatives of you have supplied.
The absolute condition number of
at
,
is given by the norm of the Fréchet derivative of
,
, which is defined by
where
is the Fréchet derivative in the direction
.
is linear in
and can therefore be written as
where the
operator stacks the columns of a matrix into one vector, so that
is
. nag_matop_complex_gen_matrix_cond_usd (f01kcc) computes an estimate
such that
, where
. The relative condition number can then be computed via
The algorithm used to find
is detailed in Section 3.4 of
Higham (2008).
nag_matop_complex_gen_matrix_cond_usd (f01kcc) uses the norm estimation function
nag_linsys_complex_gen_norm_rcomm (f04zdc) to estimate a quantity
, where
and
. For further details on the accuracy of norm estimation, see the documentation for
nag_linsys_complex_gen_norm_rcomm (f04zdc).
nag_matop_complex_gen_matrix_cond_usd (f01kcc) is threaded by NAG for parallel execution in multithreaded implementations of the NAG Library.
nag_matop_complex_gen_matrix_cond_usd (f01kcc) makes calls to BLAS and/or LAPACK routines, which may be threaded within the vendor library used by this implementation. Consult the documentation for the vendor library for further information.
In these implementations, this may make calls to the user supplied functions from within an OpenMP parallel region. Thus OpenMP directives
within the user functions should be avoided, unless you are using the same OpenMP runtime library (which normally means using the same compiler) as that used to build your NAG Library implementation, as listed in the Installers' Note.
You must also ensure that you use the NAG communication argument
comm in a thread safe manner, which is best achieved by only using it to supply read-only data to the user functions.
Please consult the
Users' Note for your implementation for any additional implementation-specific information.
Approximately
of complex allocatable memory is required by the routine, in addition to the memory used by the underlying matrix function routine
nag_matop_complex_gen_matrix_fun_usd (f01fmc).
nag_matop_complex_gen_matrix_cond_usd (f01kcc) returns the matrix function
. This is computed using
nag_matop_complex_gen_matrix_fun_usd (f01fmc). If only
is required, without an estimate of the condition number, then it is far more efficient to use
nag_matop_complex_gen_matrix_fun_usd (f01fmc) directly.
This example estimates the absolute and relative condition numbers of the matrix function
where