CoDiPack  2.2.0
A Code Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
codi::InnerStatementEvaluatorStaticStore< Tape, Expr > Struct Template Reference

#include <innerStatementEvaluator.hpp>

Static Public Attributes

static InnerPrimalTapeStatementData const staticStore
 Static storage.
 

Detailed Description

template<typename Tape, typename Expr>
struct codi::InnerStatementEvaluatorStaticStore< Tape, Expr >

Store InnerPrimalTapeStatementData as static variables for each combination of generator (tape) and expression used in the program.

Member Data Documentation

◆ staticStore

template<typename Generator , typename Expr >
InnerPrimalTapeStatementData const codi::InnerStatementEvaluatorStaticStore< Generator, Expr >::staticStore
static

Static storage.

Static storage. Static construction is done by instantiating the statementEvaluate*Inner functions of the generator with Expr. Also evaluates the number of active type arguments and constant type arguments.


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