NAG Library Function Document
nag_matop_complex_gen_matrix_fun_usd (f01fmc)
1 Purpose
nag_matop_complex_gen_matrix_fun_usd (f01fmc) computes the matrix function, , of a complex by matrix , using analytical derivatives of you have supplied.
2 Specification
#include <nag.h> |
#include <nagf01.h> |
void |
nag_matop_complex_gen_matrix_fun_usd (Nag_OrderType order,
Integer n,
Complex a[],
Integer pda,
void |
(*f)(Integer m,
Integer *iflag,
Integer nz,
const Complex z[],
Complex fz[],
Nag_Comm *comm),
|
|
Nag_Comm *comm, Integer *iflag,
NagError *fail) |
|
3 Description
is computed using the Schur–Parlett algorithm described in
Higham (2008) and
Davies and Higham (2003).
The scalar function
, and the derivatives of
, are returned by the function
f which, given an integer
, should evaluate
at a number of points
, for
, on the complex plane. nag_matop_complex_gen_matrix_fun_usd (f01fmc) is therefore appropriate for functions that can be evaluated on the complex plane and whose derivatives, of arbitrary order, can also be evaluated on the complex plane.
4 References
Davies P I and Higham N J (2003) A Schur–Parlett algorithm for computing matrix functions. SIAM J. Matrix Anal. Appl. 25(2) 464–485
Higham N J (2008) Functions of Matrices: Theory and Computation SIAM, Philadelphia, PA, USA
5 Arguments
- 1:
order – Nag_OrderTypeInput
-
On entry: the
order argument specifies the two-dimensional storage scheme being used, i.e., row-major ordering or column-major ordering. C language defined storage is specified by
. See
Section 3.2.1.3 in the Essential Introduction for a more detailed explanation of the use of this argument.
Constraint:
or .
- 2:
n – IntegerInput
On entry: , the order of the matrix .
Constraint:
.
- 3:
a[] – ComplexInput/Output
-
Note: the dimension,
dim, of the array
a
must be at least
.
The
th element of the matrix
is stored in
- when ;
- when .
On entry: the by matrix .
On exit: the by matrix, .
- 4:
pda – IntegerInput
-
On entry: the stride separating row or column elements (depending on the value of
order) in the array
a.
Constraint:
.
- 5:
f – function, supplied by the userExternal Function
Given an integer
, the function
f evaluates
at a number of points
.
The specification of
f is:
void |
f (Integer m,
Integer *iflag,
Integer nz,
const Complex z[],
Complex fz[],
Nag_Comm *comm)
|
|
- 1:
m – IntegerInput
On entry: the order,
, of the derivative required.
If , should be returned. For , should be returned.
- 2:
iflag – Integer *Input/Output
On entry:
iflag will be zero.
On exit:
iflag should either be unchanged from its entry value of zero, or may be set nonzero to indicate that there is a problem in evaluating the function
; for instance
may not be defined for a particular
. If
iflag is returned as nonzero then nag_matop_complex_gen_matrix_fun_usd (f01fmc) will terminate the computation, with
NE_USER_STOP.
- 3:
nz – IntegerInput
On entry: , the number of function or derivative values required.
- 4:
z[nz] – const ComplexInput
On entry: the points at which the function is to be evaluated.
- 5:
fz[nz] – ComplexOutput
On exit: the function or derivative values.
should return the value , for .
- 6:
comm – Nag_Comm *
Pointer to structure of type Nag_Comm; the following members are relevant to
f.
- user – double *
- iuser – Integer *
- p – Pointer
The type Pointer will be
void *. Before calling nag_matop_complex_gen_matrix_fun_usd (f01fmc) you may allocate memory and initialize these pointers with various quantities for use by
f when called from nag_matop_complex_gen_matrix_fun_usd (f01fmc) (see
Section 3.2.1.1 in the Essential Introduction).
- 6:
comm – Nag_Comm *Communication Structure
-
The NAG communication argument (see
Section 3.2.1.1 in the Essential Introduction).
- 7:
iflag – Integer *Output
On exit:
, unless
iflag has been set nonzero inside
f, in which case
iflag will be the value set and
fail will be set to
NE_USER_STOP.
- 8:
fail – NagError *Input/Output
-
The NAG error argument (see
Section 3.6 in the Essential Introduction).
6 Error Indicators and Warnings
- NE_ALLOC_FAIL
-
Allocation of memory failed.
- NE_BAD_PARAM
-
On entry, argument had an illegal value.
- NE_CONVERGENCE
-
A Taylor series failed to converge.
- NE_INT
-
On entry, .
Constraint: .
- NE_INT_2
-
On entry, and .
Constraint: .
- NE_INTERNAL_ERROR
-
An internal error has occurred in this function. Check the function call and any array sizes. If the call is correct then please contact
NAG for assistance.
An unexpected internal error occurred when ordering the eigenvalues of
. Please contact
NAG.
The function was unable to compute the Schur decomposition of .
Note: this failure should not occur and suggests that the function has been called incorrectly.
There was an error whilst reordering the Schur form of .
Note: this failure should not occur and suggests that the function has been called incorrectly.
- NE_USER_STOP
-
iflag has been set nonzero by the user.
7 Accuracy
For a normal matrix
(for which
), the Schur decomposition is diagonal and the algorithm reduces to evaluating
at the eigenvalues of
and then constructing
using the Schur vectors. This should give a very accurate result. In general, however, no error bounds are available for the algorithm. See Section 9.4 of
Higham (2008) for further discussion of the Schur–Parlett algorithm.
8 Parallelism and Performance
nag_matop_complex_gen_matrix_fun_usd (f01fmc) is threaded by NAG for parallel execution in multithreaded implementations of the NAG Library.
nag_matop_complex_gen_matrix_fun_usd (f01fmc) 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.
Up to of Complex allocatable memory is required.
The cost of the Schur–Parlett algorithm depends on the spectrum of
, but is roughly between
and
floating-point operations. There is an additional cost in evaluating
and its derivatives.
If the derivatives of
are not known analytically, then
nag_matop_complex_gen_matrix_fun_num (f01flc) can be used to evaluate
using numerical differentiation.
If
is complex Hermitian then it is recommended that
nag_matop_complex_herm_matrix_fun (f01ffc) be used as it is more efficient and, in general, more accurate than nag_matop_complex_gen_matrix_fun_usd (f01fmc).
Note that must be analytic in the region of the complex plane containing the spectrum of .
For further information on matrix functions, see
Higham (2008).
If estimates of the condition number of the matrix function are required then
nag_matop_complex_gen_matrix_cond_usd (f01kcc) should be used.
nag_matop_real_gen_matrix_fun_usd (f01emc) can be used to find the matrix function
for a real matrix
.
10 Example
This example finds the
where
10.1 Program Text
Program Text (f01fmce.c)
10.2 Program Data
Program Data (f01fmce.d)
10.3 Program Results
Program Results (f01fmce.r)