General traits of adjoint vectors. More...
Classes | |
struct | GradientImplementation |
Trait implementation to deduce the entry type from an adjoint vector type. More... | |
Typedefs | |
template<typename AdjointVector > | |
using | Gradient = typename GradientImplementation<AdjointVector>::Gradient |
Deduce the entry type from an adjoint vector type, usually identical to the gradient type of a tape. | |
General traits of adjoint vectors.
using codi::AdjointVectorTraits::Gradient = typename GradientImplementation<AdjointVector>::Gradient |
Deduce the entry type from an adjoint vector type, usually identical to the gradient type of a tape.
AdjointVector | Type of the adjoint vector. |