Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Sacado::CacheFad::BaseExpr< typename > Struct Template Reference

Meta-function for determining concrete base expression. More...

#include <Sacado_CacheFad_Expression.hpp>

Detailed Description

template<typename>
struct Sacado::CacheFad::BaseExpr< typename >

Meta-function for determining concrete base expression.

This determines the concrete base expression type of each leaf in an expression tree. The Promote meta-function is then used to promote all of the leaves to a single expression type that the whole expression can be assigned/promoted to. This allows Promote to operate on expressions as well as AD types.

Definition at line 69 of file Sacado_CacheFad_Expression.hpp.


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