<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
tlapack::internal::StrictUpper Struct Reference

Strict Upper Triangle access. More...

#include <types.hpp>

Public Member Functions

constexpr operator Uplo () const noexcept
 

Detailed Description

Strict Upper Triangle access.

Pairs (i,j) such that 0 <= i <= j-1, 0 <= j <= n in a m-by-n matrix.

 0 x x x x
 0 0 x x x
 0 0 0 x x
 0 0 0 0 x

The documentation for this struct was generated from the following file: