CoDiPack - Code Differentiation Package.
Definition codi.hpp:94
TapeParameters
Configuration options for a tape.
Definition tapeParameters.hpp:52
@ StatementByteSize
[A: RW] Allocated size of the byte data for the statement data.
Definition tapeParameters.hpp:67
@ PassiveValuesSize
Definition tapeParameters.hpp:61
@ LargestIdentifier
[A: R] Largest identifier distributed by the index manger.
Definition tapeParameters.hpp:60
@ JacobianSize
[A: RW] Allocated number of entries in the argument Jacobian vector in Jacobian tapes.
Definition tapeParameters.hpp:59
@ IdentifiersSize
Definition tapeParameters.hpp:64
@ PrimalSize
[A: RW] Number of primal vector entries in primal value tapes.
Definition tapeParameters.hpp:63
@ LLFByteDataSize
Definition tapeParameters.hpp:70
@ LLFInfoDataSize
Definition tapeParameters.hpp:68
@ StatementSize
[A: RW] Allocated number of entries in the statement vector in all tapes.
Definition tapeParameters.hpp:66
@ AdjointSize
Definition tapeParameters.hpp:53
@ ConstantValuesSize
Definition tapeParameters.hpp:55
@ ExternalFunctionsSize
Definition tapeParameters.hpp:57
AdjointsManagement
Policies for management of the tape's interal adjoints.
Definition tapeParameters.hpp:100
@ Automatic
Manage internal adjoints automatically, including locking, bounds checking, and resizing.
Definition tapeParameters.hpp:102
@ Manual
Do not perform any bounds checking, locking, or resizing.
Definition tapeParameters.hpp:101