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

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.
 

Detailed Description

General traits of adjoint vectors.

Typedef Documentation

◆ Gradient

template<typename AdjointVector >
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.

Template Parameters
AdjointVectorType of the adjoint vector.