f06zaf (zgemm) performs one of the matrix-matrix operations
where
,
and
are complex matrices, and
and
are complex scalars;
is always
by
.
None.
None.
- 1: – Character(1)Input
-
On entry: specifies whether the operation involves
,
or
.
- The operation involves .
- The operation involves .
- The operation involves .
Constraint:
, or .
- 2: – Character(1)Input
-
On entry: specifies whether the operation involves
,
or
.
- The operation involves .
- The operation involves .
- The operation involves .
Constraint:
, or .
- 3: – IntegerInput
-
On entry: , the number of rows of the matrix ; the number of rows of if , or the number of columns of if or .
Constraint:
.
- 4: – IntegerInput
-
On entry: , the number of columns of the matrix ; the number of columns of if , or the number of rows of if or .
Constraint:
.
- 5: – IntegerInput
-
On entry: , the number of columns of if , or the number of rows of if or ; the number of rows of if , or the number of columns of if or .
Constraint:
.
- 6: – Complex (Kind=nag_wp)Input
-
On entry: the scalar .
- 7: – Complex (Kind=nag_wp) arrayInput
-
Note: the second dimension of the array
a
must be at least
if
and at least
if
or
.
On entry: the matrix ; is by if , or by if or .
- 8: – IntegerInput
-
On entry: the first dimension of the array
a as declared in the (sub)program from which
f06zaf (zgemm) is called.
Constraints:
- if , ;
- if or , .
- 9: – Complex (Kind=nag_wp) arrayInput
-
Note: the second dimension of the array
b
must be at least
if
and at least
if
or
.
On entry: the matrix ; is by if , or by if or .
- 10: – IntegerInput
-
On entry: the first dimension of the array
b as declared in the (sub)program from which
f06zaf (zgemm) is called.
Constraints:
- if , ;
- if or , .
- 11: – Complex (Kind=nag_wp)Input
-
On entry: the scalar .
- 12: – Complex (Kind=nag_wp) arrayInput/Output
-
Note: the second dimension of the array
c
must be at least
.
On entry: the
by
matrix
.
If
,
c need not be set.
On exit: the updated matrix .
- 13: – IntegerInput
-
On entry: the first dimension of the array
c as declared in the (sub)program from which
f06zaf (zgemm) is called.
Constraint:
.
None.
Not applicable.
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.