#include <arrayexpression.hpp>
|
|
typedef OperatorType::value_type | value_type |
| |
template<class Exp1, class Exp2, class OperatorType>
class schnek::ArrayBinaryOp< Exp1, Exp2, OperatorType >
Operator class implementing binary operators for the ArrayExpression. Holds const references to the expressions and type information of the operator
◆ ArrayBinaryOp() [1/2]
template<class Exp1 , class Exp2 , class OperatorType >
Construct passing the two references to the expressions
◆ ArrayBinaryOp() [2/2]
template<class Exp1 , class Exp2 , class OperatorType >
◆ operator[]()
template<class Exp1 , class Exp2 , class OperatorType >
Return the i-th element of the operator expression Gets the i-th elements of A and B and asks the static OperatorType::apply method to perform the calculation
The documentation for this class was generated from the following file: