|
<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Options struct for hessenberg() More...
#include <hessenberg.hpp>


Public Attributes | |
| HessenbergVariant | variant = HessenbergVariant::Blocked |
Public Attributes inherited from tlapack::GehrdOpts | |
| 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()