<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Band access. More...
#include <types.hpp>
Public Attributes | |
std::size_t | lower_bandwidth |
Number of subdiagonals. | |
std::size_t | upper_bandwidth |
Number of superdiagonals. | |
Band access.
Pairs (i,j) such that max(0,j-ku) <= i <= min(m,j+kl) in a m-by-n matrix, where kl is the lower_bandwidth and ku is the upper_bandwidth.
x x x 0 0 x x x x 0 0 x x x x 0 0 x x x