f01vdf unpacks a complex
triangular matrix
, stored in an array of length
, to conventional storage in a full format array. This routine is intended for possible use in conjunction with routines from
Chapters F06,
F07,
F08 and
F16 where some routines use triangular matrices stored in the packed form.
Packed storage format is described in
Section 3.3.2 in the
F07 Chapter Introduction.
None.
Not applicable.
Background information to multithreading can be found in the
Multithreading documentation.
None.
This example reads in a triangular matrix packed by columns and unpacks it to full format.