Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Sacado::Tay::UnaryMinusOp< ExprT > Class Template Reference

#include <Sacado_Tay_CacheTaylorOps.hpp>

Public Types

typedef ExprT::value_type value_type
 
typedef ExprT::scalar_type scalar_type
 
typedef ExprT::base_expr_type base_expr_type
 

Public Member Functions

 UnaryMinusOp (const ExprT &expr)
 
void allocateCache (int d) const
 
value_type computeCoeff (int i, const ExprT &expr) const
 
value_type computeFastAccessCoeff (int i, const ExprT &expr) const
 

Detailed Description

template<typename ExprT>
class Sacado::Tay::UnaryMinusOp< ExprT >

Definition at line 72 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Typedef Documentation

◆ value_type

template<typename ExprT >
typedef ExprT::value_type Sacado::Tay::UnaryMinusOp< ExprT >::value_type

Definition at line 75 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ scalar_type

template<typename ExprT >
typedef ExprT::scalar_type Sacado::Tay::UnaryMinusOp< ExprT >::scalar_type

Definition at line 76 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ base_expr_type

template<typename ExprT >
typedef ExprT::base_expr_type Sacado::Tay::UnaryMinusOp< ExprT >::base_expr_type

Definition at line 77 of file Sacado_Tay_CacheTaylorOps.hpp.

Constructor & Destructor Documentation

◆ UnaryMinusOp()

template<typename ExprT >
Sacado::Tay::UnaryMinusOp< ExprT >::UnaryMinusOp ( const ExprT & expr)
inline

Definition at line 79 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Function Documentation

◆ allocateCache()

template<typename ExprT >
void Sacado::Tay::UnaryMinusOp< ExprT >::allocateCache ( int d) const
inline

Definition at line 81 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ computeCoeff()

template<typename ExprT >
value_type Sacado::Tay::UnaryMinusOp< ExprT >::computeCoeff ( int i,
const ExprT & expr ) const
inline

Definition at line 83 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ computeFastAccessCoeff()

template<typename ExprT >
value_type Sacado::Tay::UnaryMinusOp< ExprT >::computeFastAccessCoeff ( int i,
const ExprT & expr ) const
inline

Definition at line 87 of file Sacado_Tay_CacheTaylorOps.hpp.


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