Sacado Development
Loading...
Searching...
No Matches
Sacado::Tay::BinaryExpr< ConstExpr< typename ExprT2::value_type >, ExprT2, Op > Class Template Reference

Binary expression template with first argument constant. More...

#include <Sacado_Tay_CacheTaylorExpr.hpp>

Inheritance diagram for Sacado::Tay::BinaryExpr< ConstExpr< typename ExprT2::value_type >, ExprT2, Op >:
Collaboration diagram for Sacado::Tay::BinaryExpr< ConstExpr< typename ExprT2::value_type >, ExprT2, Op >:

Public Types

typedef ConstExpr< typename ExprT2::value_type > ExprT1
 Typename of constant expression.
typedef ExprT2::value_type value_type
 Typename of the second argument value.
typedef ExprT2::scalar_type scalar_type
typedef ExprT2::base_expr_type base_expr_type
typedef ConstExpr< typename ExprT2::value_type >::value_type value_type_1
 Typename of the expression values.
typedef ExprT2::value_type value_type_2
typedef ConstExpr< typename ExprT2::value_type >::scalar_type scalar_type_1
 Typename of the expression scalars.
typedef ExprT2::scalar_type scalar_type_2
typedef ConstExpr< typename ExprT2::value_type >::base_expr_type base_expr_type_1
 Typename of the base expression.
typedef ExprT2::base_expr_type base_expr_type_2

Public Member Functions

 BinaryExpr (const ExprT1 &expr1, const ExprT2 &expr2)
 Constructor.
void allocateCache (unsigned int d) const
 Allocate coefficient cache.
unsigned int degree () const
 Return degree of polynomial.
bool hasFastAccess (unsigned int d) const
 Return if operation has fast access.
value_type coeff (unsigned int i) const
 Return degree i term of expression.
value_type fastAccessCoeff (unsigned int i) const
 Return degree i term of expression.

Protected Attributes

ExprT1 expr1_
 Left argument.
ExprT2 expr2_
 Right argument.
Op< ExprT1, ExprT2 > op_
 Operator.

Detailed Description

template<typename ExprT2, template< typename, typename > class Op>
class Sacado::Tay::BinaryExpr< ConstExpr< typename ExprT2::value_type >, ExprT2, Op >

Binary expression template with first argument constant.

This template class represents a binary operation of the form op(a1,a2) where a1 is the left argument of type ExprT1, r is the right argument of type ExprT2, and op is the operation represented by type Op. The operation is evaluated by the static methods Op::computeValue() and Op::computeDx().

Constructor & Destructor Documentation

◆ BinaryExpr()

template<typename ExprT2, template< typename, typename > class Op>
Sacado::Tay::BinaryExpr< ConstExpr< typename ExprT2::value_type >, ExprT2, Op >::BinaryExpr ( const ExprT1 & expr1,
const ExprT2 & expr2 )
inline

Constructor.

References expr1_, expr2_, and op_.

Member Function Documentation

◆ allocateCache()

template<typename ExprT2, template< typename, typename > class Op>
void Sacado::Tay::BinaryExpr< ConstExpr< typename ExprT2::value_type >, ExprT2, Op >::allocateCache ( unsigned int d) const
inline

Allocate coefficient cache.

References expr2_, and op_.

◆ coeff()

template<typename ExprT2, template< typename, typename > class Op>
value_type Sacado::Tay::BinaryExpr< ConstExpr< typename ExprT2::value_type >, ExprT2, Op >::coeff ( unsigned int i) const
inline

Return degree i term of expression.

References expr1_, expr2_, and op_.

◆ degree()

template<typename ExprT2, template< typename, typename > class Op>
unsigned int Sacado::Tay::BinaryExpr< ConstExpr< typename ExprT2::value_type >, ExprT2, Op >::degree ( ) const
inline

Return degree of polynomial.

References expr2_.

◆ fastAccessCoeff()

template<typename ExprT2, template< typename, typename > class Op>
value_type Sacado::Tay::BinaryExpr< ConstExpr< typename ExprT2::value_type >, ExprT2, Op >::fastAccessCoeff ( unsigned int i) const
inline

Return degree i term of expression.

References expr1_, expr2_, and op_.

◆ hasFastAccess()

template<typename ExprT2, template< typename, typename > class Op>
bool Sacado::Tay::BinaryExpr< ConstExpr< typename ExprT2::value_type >, ExprT2, Op >::hasFastAccess ( unsigned int d) const
inline

Return if operation has fast access.

References expr2_.

Member Data Documentation

◆ expr1_

template<typename ExprT2, template< typename, typename > class Op>
ExprT1 Sacado::Tay::BinaryExpr< ConstExpr< typename ExprT2::value_type >, ExprT2, Op >::expr1_
protected

Left argument.

Referenced by BinaryExpr(), coeff(), and fastAccessCoeff().

◆ expr2_

template<typename ExprT2, template< typename, typename > class Op>
ExprT2 Sacado::Tay::BinaryExpr< ConstExpr< typename ExprT2::value_type >, ExprT2, Op >::expr2_
protected

◆ op_

template<typename ExprT2, template< typename, typename > class Op>
Op<ExprT1,ExprT2> Sacado::Tay::BinaryExpr< ConstExpr< typename ExprT2::value_type >, ExprT2, Op >::op_
protected

Operator.

Referenced by allocateCache(), BinaryExpr(), coeff(), and fastAccessCoeff().


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