CoDiPack  2.3.0
A Code Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
codi::PrimalTapeStatementFunctions Struct Reference

Data required for all possible handle calls. More...

#include <directStatementEvaluator.hpp>

Inheritance diagram for codi::PrimalTapeStatementFunctions:

Public Types

using Handle = void*
 Function pointer.
 

Public Member Functions

 PrimalTapeStatementFunctions (Handle forward, Handle primal, Handle reverse, Handle writeInformation)
 Constructor.
 

Public Attributes

Handle forward
 Forward function handle.
 
Handle primal
 Primal function handle.
 
Handle reverse
 Reverse function handle.
 
Handle writeInformation
 

Detailed Description

Data required for all possible handle calls.

Member Data Documentation

◆ writeInformation

Handle codi::PrimalTapeStatementFunctions::writeInformation

Write information handle.


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