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

This class is used during the writing process of a primal value tape. The WriteInfo is returned by codi::PrimalValueBaseTape::statementGetWriteInformation method. More...

#include <tapeReaderWriterInterface.hpp>

Public Attributes

std::string mathRepresentation
 
size_t numberOfActiveArguments
 Number of active arguments.
 
size_t numberOfConstantArguments
 Number of constant arguments.
 
std::string stmtExpression
 Used to generate a .hpp file for reading back a primal value tape.
 

Detailed Description

This class is used during the writing process of a primal value tape. The WriteInfo is returned by codi::PrimalValueBaseTape::statementGetWriteInformation method.

Member Data Documentation

◆ mathRepresentation

std::string codi::WriteInfo::mathRepresentation

The math representation of a statement used in codi::PrimalValueGraphWriter and in the codi::MathRepWriter.


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