Defines a unary expression f(e), where f is function and 'e' is an expression.
More...
#include <ct_unary_expr.hpp>
Detailed Description
template<typename LHS, typename OP>
class viennamath::ct_unary_expr< LHS, OP >
Defines a unary expression f(e), where f is function and 'e' is an expression.
- Template Parameters:
-
| LHS | The expression on which the unary operation acts |
| OP | A tag identifying the operation |
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
internal_lhs_type lhs |
( |
|
) |
const [inline] |
Returns the operation the unary operation is acting on.
numeric_type operator() |
( |
VectorType const & |
v |
) |
const [inline] |
The documentation for this class was generated from the following file: