<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Trait to determine the layout of a given data structure. More...
#include <arrayTraits.hpp>
Static Public Attributes | |
static constexpr Layout | value = Layout::Unspecified |
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.
array_t | Data structure. |
class | If this is not an int, then the trait is not defined. |