On entry: the matrix to be printed. Note that
a must have space for the diagonal elements of the matrix, even if these are not stored.
The storage of elements
depends on the
order and
uplo arguments as follows:
- if and ,
- is stored in , for ;
- if and ,
- is stored in , for ;
- if and ,
- is stored in , for ;
- if and ,
- is stored in , for .
If , the diagonal elements of are assumed to be , and are not referenced; the same storage scheme is used whether or .