Reference documentation for deal.II version 9.0.0
|
#include <deal.II/differentiation/ad/ad_number_traits.h>
A struct that defines some fundamental information about a auto-differentiable number based on the ScalarType
and the AD-enumeration selected by ADNumberTypeCode
. This information is used in other convenience classes and templated functions to automatically determine information about the auto-differentiable number that has been selected to wrap the ScalarType
.
The specializations of this class have to implement the following member data and type definitions:
Definition at line 110 of file ad_number_traits.h.