|
|
using | size_type = std::size_t |
| |
|
|
template<size_type index> |
| std::tuple_element< index, TupleType >::type & | operator[] ([[maybe_unused]] const std::integral_constant< size_type, index > indexVariable) |
| |
|
template<size_type index> |
| const std::tuple_element< index, TupleType >::type & | operator[] ([[maybe_unused]] const std::integral_constant< size_type, index > indexVariable) const |
| |
|
template<typename T > |
| void | project (T &x) const |
| |
|
template<typename T1 , typename T2 > |
| void | dot (const T1 &x, const T1 &y, T2 &result) const |
| |
|
template<typename T > |
| field_type | norm (const T &x) const |
| |
|
template<typename T > |
| void | copyOwnerToAll (const T &x, T &y) const |
| |
|
decltype(auto) | communicator () const |
| |
|
|
static constexpr size_type | size () |
| |
The documentation for this class was generated from the following file: