41#include "../../../misc/enumBitset.hpp"
49 ReverseEvaluation = 0,
52 ProvidePrimalSolution,
53 RecomputePrimalInForwardEvaluation,
#define CODI_INLINE
See codi::Config::ForcedInlines.
Definition config.h:457
CoDiPack - Code Differentiation Package.
Definition codi.hpp:90
EnumBitset< Enum > operator|(EnumBitset< Enum > const &a, EnumBitset< Enum > const &b)
Or operation of two bitsets.
Definition enumBitset.hpp:193
LinearSystemSolverFlags
Flags for the linear system solver. See LinearSystemInterface for a description of the flags.
Definition linearSystemFlags.hpp:48
EnumBitset< LinearSystemSolverFlags > LinearSystemSolverHints
All hints for the LinearSystemSolverHelper.
Definition linearSystemFlags.hpp:58
Implementation of a tape-free forward AD mode through the internal expression interfaces.
Definition forwardEvaluation.hpp:72