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

Options struct for mult_uhu() More...

#include <mult_uhu.hpp>

Public Attributes

size_t nx = 1
 Optimization parameter.
 

Detailed Description

Options struct for mult_uhu()

Member Data Documentation

◆ nx

size_t tlapack::mult_uhu_Opts::nx = 1

Optimization parameter.

Matrices smaller than nx will not be multiplied using recursion. Must be at least 1.


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