#include <arrayexpression.hpp>
|
|
typedef OperatorType::value_type | value_type |
| |
template<class Exp1, class OperatorType>
class schnek::ArrayUnaryOp< Exp1, OperatorType >
Operator class implementing unary operators for the ArrayExpression. Holds const references to the expressions and type information of the operator
◆ ArrayUnaryOp() [1/2]
template<class Exp1 , class OperatorType >
Construct passing the reference to the expressions
◆ ArrayUnaryOp() [2/2]
template<class Exp1 , class OperatorType >
◆ operator[]()
template<class Exp1 , 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: