<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Strict Lower Triangle access. More...
#include <types.hpp>
Public Member Functions | |
constexpr | operator Uplo () const noexcept |
Strict Lower Triangle access.
Pairs (i,j) such that 0 <= i <= m, 0 <= j <= i-1 in a m-by-n matrix.
0 0 0 0 0 x 0 0 0 0 x x 0 0 0 x x x 0 0