OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
BrickExpLoop< LHS, RHS, OP, Dim > Class Template Reference

#include <BrickExpression.hpp>

Inheritance diagram for BrickExpLoop< LHS, RHS, OP, Dim >:
Collaboration diagram for BrickExpLoop< LHS, RHS, OP, Dim >:

Static Public Member Functions

static void apply (LHS &__restrict__ Lhs, RHS &__restrict__ Rhs, OP Op)

Detailed Description

template<class LHS, class RHS, class OP, unsigned Dim>
class BrickExpLoop< LHS, RHS, OP, Dim >

Definition at line 21 of file BrickExpression.hpp.

Member Function Documentation

◆ apply()

template<class LHS, class RHS, class OP, unsigned Dim>
void BrickExpLoop< LHS, RHS, OP, Dim >::apply ( LHS &__restrict__ Lhs,
RHS &__restrict__ Rhs,
OP Op )
inlinestatic

Definition at line 25 of file BrickExpression.hpp.

References Dim, for_each(), and PETE_apply().

Referenced by BrickExpression< Dim, LHS, RHS, OP >::apply().

Here is the call graph for this function:

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