f06wbf performs one of the matrix-matrix operations
where
is a real triangular matrix stored in Rectangular Full Packed (RFP) format,
is an
real matrix, and
is a real scalar.
denotes
or equivalently
.
f06wbf solves (for
) a triangular linear system of one of the forms
where
is a real triangular matrix stored in RFP format,
,
are
real matrices, and
is a real scalar.
The RFP storage format is described in
Section 3.3.3 in the
F07 Chapter Introduction.
Gustavson F G, Waśniewski J, Dongarra J J and Langou J (2010) Rectangular full packed format for Cholesky's algorithm: factorization, solution, and inversion ACM Trans. Math. Software 37, 2
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.