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

#include <directStatementEvaluator.hpp>

Static Public Attributes

static PrimalTapeStatementFunctions const staticStore
 

Detailed Description

template<typename Generator, typename Expr>
struct codi::DirectStatementEvaluatorStaticStore< Generator, Expr >

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

Member Data Documentation

◆ staticStore

template<typename Generator , typename Expr >
PrimalTapeStatementFunctions const codi::DirectStatementEvaluatorStaticStore< Generator, Expr >::staticStore
static

Static storage. Static construction is done by instantiating the statementEvaluate* functions of the generator with Expr.


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