NeoPZ
Public Types | List of all members
NumericalTraits< TinyFad< Num, L >, R > Class Template Reference

#include <promote.h>

Public Types

typedef TinyFad< Num, L >::value_type lv
 
typedef ADPromote< R >::value_type rv
 
typedef NumericalTraits< lv, rv >::promote value_type
 
typedef TinyFad< Num, value_typepromote
 

Detailed Description

template<int Num, class L, class R>
class NumericalTraits< TinyFad< Num, L >, R >

Definition at line 104 of file promote.h.

Member Typedef Documentation

◆ lv

template<int Num, class L , class R >
typedef TinyFad<Num,L>::value_type NumericalTraits< TinyFad< Num, L >, R >::lv

Definition at line 106 of file promote.h.

◆ promote

template<int Num, class L , class R >
typedef TinyFad<Num,value_type> NumericalTraits< TinyFad< Num, L >, R >::promote

Definition at line 110 of file promote.h.

◆ rv

template<int Num, class L , class R >
typedef ADPromote<R>::value_type NumericalTraits< TinyFad< Num, L >, R >::rv

Definition at line 107 of file promote.h.

◆ value_type

template<int Num, class L , class R >
typedef NumericalTraits<lv,rv>::promote NumericalTraits< TinyFad< Num, L >, R >::value_type

Definition at line 108 of file promote.h.


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