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

Entry type trait. More...

#include <arrayTraits.hpp>

Public Types

using type = void
 

Detailed Description

template<class T, class = int>
struct tlapack::traits::entry_type_trait< T, class >

Entry type trait.

The entry type is defined on type_trait<array_t,int>::type. Use the tlapack::type_t alias instead.

Note
This trait does not need to be specialized for each class as utils.hpp already provides a default implementation for matrices and vectors based on the entry access operator.
See also
tlapack::concepts::Matrix
tlapack::concepts::Vector
Template Parameters
TA matrix or vector class
classIf this is not an int, then the trait is not defined.

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