Sacado  Development
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Sacado::ELRFad::BaseExpr< typename > Struct Template Reference

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

#include <Sacado_ELRFad_Expression.hpp>

Detailed Description

template<typename>
struct Sacado::ELRFad::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.


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