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

#include <promote.h>

Public Types

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

Detailed Description

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

Definition at line 95 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 >, TinyFad< Num, R > >::lv

Definition at line 97 of file promote.h.

◆ promote

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

Definition at line 101 of file promote.h.

◆ rv

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

Definition at line 98 of file promote.h.

◆ value_type

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

Definition at line 99 of file promote.h.


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