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

Options struct for lu_mult() More...

#include <lu_mult.hpp>

Public Attributes

size_t nx = 1
 Optimization parameter.
 

Detailed Description

Options struct for lu_mult()

Member Data Documentation

◆ nx

size_t tlapack::LuMultOpts::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: