Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > > Class Template Reference

#include <Sacado_Tay_CacheTaylorOps.hpp>

Inheritance diagram for Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >:

Public Types

typedef ExprT1::value_type value_type
 
typedef ExprT1::scalar_type scalar_type
 
typedef ExprT1::base_expr_type base_expr_type
 
typedef ConstExpr< typename ExprT1::value_type > ExprT2
 
typedef ExprT1::value_type value_type_1
 
typedef ConstExpr< typename ExprT1::value_type >::value_type value_type_2
 
typedef Sacado::Promote< value_type_1, value_type_2 >::type value_type
 
typedef ExprT1::scalar_type scalar_type_1
 
typedef ConstExpr< typename ExprT1::value_type >::scalar_type scalar_type_2
 
typedef Sacado::Promote< scalar_type_1, scalar_type_2 >::type scalar_type
 
typedef ExprT1::base_expr_type base_expr_type_1
 
typedef ConstExpr< typename ExprT1::value_type >::base_expr_type base_expr_type_2
 
typedef Sacado::Promote< base_expr_type_1, base_expr_type_2 >::type base_expr_type
 

Public Member Functions

 MultiplicationOp (const ExprT1 &expr1, const ExprT2 expr2)
 
void allocateCache (int d) const
 
value_type computeCoeff (int i, const ExprT1 &expr1, const ExprT2 &expr2) const
 
value_type computeFastAccessCoeff (int i, const ExprT1 &expr1, const ExprT2 &expr2) const
 
 MultiplicationOp (const ExprT1 &expr1, const ConstExpr< typename ExprT1::value_type > expr2)
 
void allocateCache (int d) const
 
value_type computeCoeff (int i, const ExprT1 &expr1, const ConstExpr< typename ExprT1::value_type > &expr2) const
 
value_type computeFastAccessCoeff (int i, const ExprT1 &expr1, const ConstExpr< typename ExprT1::value_type > &expr2) const
 

Protected Attributes

std::valarray< value_typec
 
int dc
 

Detailed Description

template<typename ExprT1>
class Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >

Definition at line 903 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Typedef Documentation

◆ value_type [1/2]

template<typename ExprT1>
typedef ExprT1::value_type Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::value_type

Definition at line 906 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ scalar_type [1/2]

template<typename ExprT1>
typedef ExprT1::scalar_type Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::scalar_type

Definition at line 907 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ base_expr_type [1/2]

template<typename ExprT1>
typedef ExprT1::base_expr_type Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::base_expr_type

Definition at line 908 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ ExprT2

template<typename ExprT1>
typedef ConstExpr<typename ExprT1::value_type> Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::ExprT2

Definition at line 909 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ value_type_1

typedef ExprT1::value_type Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::value_type_1

Definition at line 846 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ value_type_2

typedef ConstExpr< typename ExprT1::value_type >::value_type Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::value_type_2

Definition at line 847 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ value_type [2/2]

typedef Sacado::Promote<value_type_1,value_type_2>::type Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::value_type

Definition at line 849 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ scalar_type_1

typedef ExprT1::scalar_type Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::scalar_type_1

Definition at line 851 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ scalar_type_2

typedef ConstExpr< typename ExprT1::value_type >::scalar_type Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::scalar_type_2

Definition at line 852 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ scalar_type [2/2]

typedef Sacado::Promote<scalar_type_1,scalar_type_2>::type Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::scalar_type

Definition at line 854 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ base_expr_type_1

typedef ExprT1::base_expr_type Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::base_expr_type_1

Definition at line 856 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ base_expr_type_2

typedef ConstExpr< typename ExprT1::value_type >::base_expr_type Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::base_expr_type_2

Definition at line 857 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ base_expr_type [2/2]

typedef Sacado::Promote<base_expr_type_1,base_expr_type_2>::type Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::base_expr_type

Definition at line 859 of file Sacado_Tay_CacheTaylorOps.hpp.

Constructor & Destructor Documentation

◆ MultiplicationOp() [1/2]

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

Definition at line 911 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ MultiplicationOp() [2/2]

Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::MultiplicationOp ( const ExprT1 & expr1,
const ConstExpr< typename ExprT1::value_type > expr2 )
inline

Definition at line 861 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Function Documentation

◆ allocateCache() [1/2]

template<typename ExprT1>
void Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::allocateCache ( int d) const
inline

Definition at line 913 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ computeCoeff() [1/2]

template<typename ExprT1>
value_type Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::computeCoeff ( int i,
const ExprT1 & expr1,
const ExprT2 & expr2 ) const
inline

Definition at line 916 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ computeFastAccessCoeff() [1/2]

template<typename ExprT1>
value_type Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::computeFastAccessCoeff ( int i,
const ExprT1 & expr1,
const ExprT2 & expr2 ) const
inline

Definition at line 922 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ allocateCache() [2/2]

void Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::allocateCache ( int d) const
inline

Definition at line 865 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ computeCoeff() [2/2]

value_type Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::computeCoeff ( int i,
const ExprT1 & expr1,
const ConstExpr< typename ExprT1::value_type > & expr2 ) const
inline

Definition at line 870 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ computeFastAccessCoeff() [2/2]

value_type Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::computeFastAccessCoeff ( int i,
const ExprT1 & expr1,
const ConstExpr< typename ExprT1::value_type > & expr2 ) const
inline

Definition at line 883 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Data Documentation

◆ c

std::valarray<value_type> Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::c
mutableprotected

Definition at line 897 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ dc

int Sacado::Tay::MultiplicationOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::dc
mutableprotected

Definition at line 898 of file Sacado_Tay_CacheTaylorOps.hpp.


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