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

Options struct for hessenberg() More...

#include <hessenberg.hpp>

Inheritance diagram for tlapack::HessenbergOpts:
Collaboration diagram for tlapack::HessenbergOpts:

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.
 

Detailed Description

Options struct for hessenberg()


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