f01duc performs one of the matrix-matrix operations
where
and
are complex triangular matrices, and
is a complex scalar.
f01duc computes the matrix product
or
for two upper triangular or two lower triangular matrices. The storage method for matrices
and
must match (e.g.,
and
must both be upper triangular or lower triangular matrices). When the transpose or the conjugate transpose of the input matrix
is used during computation, the solution matrix
is a general matrix. Otherwise, the solution matrix
is a triangular matrix with the storage method identified by the input parameter
uplo.
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 function. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
None.