f06zrf performs one of the Hermitian rank-
update operations
where
and
are complex matrices,
is an
complex Hermitian matrix,
is a complex scalar, and
is a real scalar.
None.
None.
-
1:
– Character(1)
Input
-
On entry: specifies whether the upper or lower triangular part of
is stored.
- The upper triangular part of is stored.
- The lower triangular part of is stored.
Constraint:
or .
-
2:
– Character(1)
Input
-
On entry: specifies the operation to be performed.
- .
- .
Constraint:
or .
-
3:
– Integer
Input
-
On entry: , the order of the matrix ; the number of rows of if , or the number of columns of if .
Constraint:
.
-
4:
– Integer
Input
-
On entry: , the number of columns of if , or the number of rows of if .
Constraint:
.
-
5:
– Complex (Kind=nag_wp)
Input
-
On entry: the scalar .
-
6:
– Complex (Kind=nag_wp) array
Input
-
Note: the second dimension of the array
a
must be at least
if
and at least
if
.
On entry: the matrix ; is if , or if .
-
7:
– Integer
Input
-
On entry: the first dimension of the array
a as declared in the (sub)program from which
f06zrf is called.
Constraints:
- if , ;
- if , .
-
8:
– Complex (Kind=nag_wp) array
Input
-
Note: the second dimension of the array
b
must be at least
if
and at least
if
.
On entry: the matrix ; is if , or if .
-
9:
– Integer
Input
-
On entry: the first dimension of the array
b as declared in the (sub)program from which
f06zrf is called.
Constraints:
- if , ;
- if , .
-
10:
– Real (Kind=nag_wp)
Input
-
On entry: the scalar .
-
11:
– Complex (Kind=nag_wp) array
Input/Output
-
Note: the second dimension of the array
c
must be at least
.
On entry: the
Hermitian matrix
.
- If , the upper triangular part of must be stored and the elements of the array below the diagonal are not referenced.
- If , the lower triangular part of must be stored and the elements of the array above the diagonal are not referenced.
On exit: the updated matrix . The imaginary parts of the diagonal elements are set to zero.
-
12:
– Integer
Input
-
On entry: the first dimension of the array
c as declared in the (sub)program from which
f06zrf is called.
Constraint:
.
None.
Not applicable.
Background information to multithreading can be found in the
Multithreading documentation.
Please consult the
X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this routine. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
None.
None.