layout_blas_packed is an
mdspan layout mapping policy
that represents a square matrix that stores only the entries in one
triangle, in a packed contiguous format
. Its
Triangle template parameter determines
whether an
mdspan with this layout
stores the upper or lower triangle of the matrix
. Its
StorageOrder template parameter determines
whether the layout packs the matrix's elements
in column-major or row-major order
.