#include <Sacado_ELRFad_Expression.hpp>
Public Types | |
| typedef ExprT::value_type | value_type |
| Typename of argument value. | |
| typedef ExprT::base_expr_type | base_expr_type |
| Typename of base-expressions. | |
| typedef Op< ExprT > | OpT |
| Typename of op. | |
Public Member Functions | |
| UnaryExpr (const ExprT &expr) | |
| Constructor. | |
| int | size () const |
| Return size of the derivative array of the operation. | |
| value_type | val () const |
| Return value of operation. | |
| void | computePartials (const value_type &bar, value_type partials[]) const |
| Return partials w.r.t. arguments. | |
| void | getTangents (int i, value_type dots[]) const |
Rturn tangent component i of arguments. | |
| template<int Arg> | |
| value_type | getTangent (int i) const |
Return tangent component i of argument Arg. | |
| template<int Arg> | |
| bool | isActive () const |
| Return whether argument is active. | |
Static Public Attributes | |
| static const int | num_args = ExprT::num_args |
| Number of arguments. | |
Protected Attributes | |
| const ExprT & | expr_ |
| Left argument. | |
This template class represents a unary operation of the form op(a) where a is the argument of type ExprT and op is the operation represented by type Op. The operation is evaluated by the static methods Op::computeValue() and Op::computeDx().
Definition at line 189 of file Sacado_ELRFad_Expression.hpp.
| typedef ExprT::value_type Sacado::ELRFad::UnaryExpr< ExprT, Op >::value_type |
| typedef ExprT::base_expr_type Sacado::ELRFad::UnaryExpr< ExprT, Op >::base_expr_type |
| typedef Op<ExprT> Sacado::ELRFad::UnaryExpr< ExprT, Op >::OpT |
| Sacado::ELRFad::UnaryExpr< ExprT, Op >::UnaryExpr | ( | const ExprT & | expr | ) | [inline] |
| int Sacado::ELRFad::UnaryExpr< ExprT, Op >::size | ( | ) | const [inline] |
Return size of the derivative array of the operation.
Definition at line 209 of file Sacado_ELRFad_Expression.hpp.
| value_type Sacado::ELRFad::UnaryExpr< ExprT, Op >::val | ( | ) | const [inline] |
| void Sacado::ELRFad::UnaryExpr< ExprT, Op >::computePartials | ( | const value_type & | bar, | |
| value_type | partials[] | |||
| ) | const [inline] |
| void Sacado::ELRFad::UnaryExpr< ExprT, Op >::getTangents | ( | int | i, | |
| value_type | dots[] | |||
| ) | const [inline] |
Rturn tangent component i of arguments.
Definition at line 220 of file Sacado_ELRFad_Expression.hpp.
| value_type Sacado::ELRFad::UnaryExpr< ExprT, Op >::getTangent | ( | int | i | ) | const [inline] |
Return tangent component i of argument Arg.
Definition at line 225 of file Sacado_ELRFad_Expression.hpp.
| bool Sacado::ELRFad::UnaryExpr< ExprT, Op >::isActive | ( | ) | const [inline] |
const int Sacado::ELRFad::UnaryExpr< ExprT, Op >::num_args = ExprT::num_args [static] |
const ExprT& Sacado::ELRFad::UnaryExpr< ExprT, Op >::expr_ [protected] |
1.4.7