Template Numerical Library version\ main:481315e2
|
Public Types | |
using | RealType = decltype(Operation{}(std::declval< T1 >()[0])) |
using | ValueType = RealType |
using | VectorOperandType = T1 |
Static Public Member Functions | |
static constexpr int | getSize () |
Protected Attributes | |
OperandMemberType< T1 >::type | operand |