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

Options struct for potrf() More...

#include <potrf.hpp>

Inheritance diagram for tlapack::PotrfOpts:
Collaboration diagram for tlapack::PotrfOpts:

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 = {}
 

Detailed Description

Options struct for potrf()


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