Loading [MathJax]/extensions/TeX/newcommand.js
 Reference documentation for deal.II version 9.2.0
\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}} \newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=} \newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]} \newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Differentiation::AD::NumberTraits< ScalarType, ADNumberTypeCode, T > Struct Template Reference

#include <deal.II/differentiation/ad/ad_number_traits.h>

Detailed Description

template<typename ScalarType, enum NumberTypes ADNumberTypeCode, typename T = void>
struct Differentiation::AD::NumberTraits< ScalarType, ADNumberTypeCode, T >

A number traits class to help describe some characteristic information about auto-differentiable numbers.

Template Parameters
ScalarTypeA real or complex floating point number.
ADNumberTypeCodeAn enumeration specifying the type code for the supported auto-differentiable counterpart to the given ScalarType.
TAn arbitrary type resulting from the application of the SFINAE idiom to selectively specialize this class.
Author
Jean-Paul Pelteret, 2017

Definition at line 53 of file ad_number_traits.h.


The documentation for this struct was generated from the following file: