<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Entry type trait. More...
#include <arrayTraits.hpp>
Public Types | |
using | type = void |
Entry type trait.
The entry type is defined on type_trait<array_t,int>::type
. Use the tlapack::type_t alias instead.
utils.hpp
already provides a default implementation for matrices and vectors based on the entry access operator.T | A matrix or vector class |
class | If this is not an int, then the trait is not defined. |