f01vlc packs a real
triangular matrix
, stored in RFP format, to packed format. This function is intended for possible use in conjunction with functions from
Chapters F06,
F07 and
F16 where some functions that use triangular matrices store them in RFP format.
The RFP storage format is described in
Section 3.4.3 in the
F07 Chapter Introduction and the packed storage format is described in
Section 3.4.2 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
Not applicable.
Background information to multithreading can be found in the
Multithreading documentation.
None.
This example reads in a triangular matrix in RFP format and copies it to packed format.