|
|
using | ConstViewType = BinaryExpressionTemplate |
|
using | DeviceType = typename T1::DeviceType |
|
using | IndexType = typename T1::IndexType |
|
using | RealType = decltype( Operation{}( std::declval< T1 >()[ 0 ], std::declval< T2 >() ) ) |
|
using | ValueType = RealType |
|
|
| BinaryExpressionTemplate (const T1 &a, const T2 &b) |
|
ConstViewType | getConstView () const |
|
RealType | getElement (const IndexType i) const |
|
__cuda_callable__ IndexType | getSize () const |
|
__cuda_callable__ RealType | operator() (const IndexType i) const |
|
__cuda_callable__ RealType | operator[] (const IndexType i) const |
|
|
const T1::ConstViewType | op1 |
|
const T2 | op2 |
The documentation for this struct was generated from the following file:
- src/TNL/Containers/Expressions/ExpressionTemplates.h