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


Public Member Functions | |
| constexpr | PotrfOpts (const EcOpts &opts={}) |
Public Member Functions inherited from tlapack::BlockedCholeskyOpts | |
| constexpr | BlockedCholeskyOpts (const EcOpts &opts={}) |
Public Member Functions inherited from tlapack::EcOpts | |
| constexpr | EcOpts (const ErrorCheck &ec_={}) |
Public Attributes | |
| PotrfVariant | variant = PotrfVariant::Blocked |
Public Attributes inherited from tlapack::BlockedCholeskyOpts | |
| size_t | nb = 32 |
| Block size. | |
Public Attributes inherited from tlapack::EcOpts | |
| ErrorCheck | ec = {} |
Options struct for potrf()