<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
tlapack::traits::layout_trait< array_t, class > Struct Template Reference

Trait to determine the layout of a given data structure. More...

#include <arrayTraits.hpp>

Static Public Attributes

static constexpr Layout value = Layout::Unspecified
 

Detailed Description

template<class array_t, class = int>
struct tlapack::traits::layout_trait< array_t, class >

Trait to determine the layout of a given data structure.

The layout is defined on layout_trait<array_t,int>::value. Use the tlapack::layout alias instead.

Template Parameters
array_tData structure.
classIf this is not an int, then the trait is not defined.

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