<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
|
Options struct for hessenberg() More...
#include <hessenberg.hpp>
Public Attributes | |
HessenbergVariant | variant = HessenbergVariant::Blocked |
![]() | |
size_t | nb = 32 |
Block size used in the blocked reduction. | |
size_t | nx_switch = 128 |
If only nx_switch columns are left, the algorithm will use unblocked code. | |
Options struct for hessenberg()