|
<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
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 |
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.