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

By toggling isw to true, the geqrt3 routine will stop its loop before computing the the upper right block of the T matrix, saving on the potential FLOP count. More...

#include <geqrt3.hpp>

Public Attributes

bool isw = false
 
size_t nx = 1
 

Detailed Description

By toggling isw to true, the geqrt3 routine will stop its loop before computing the the upper right block of the T matrix, saving on the potential FLOP count.

Changing the value of nx will limit how few columns the recursion goes to before returning.


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