NeoPZ
Classes | Functions
tinyfadfourteen.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TinyFad< 14, T >
 

Functions

template<class T >
TinyFad< 14, T > operator+ (const TinyFad< 14, T > &in)
 
template<class T >
TinyFad< 14, T > operator- (const TinyFad< 14, T > &in)
 
template<class L , class R >
TinyFad< 14, typename NumericalTraits< L, R >::promote > operator+ (const TinyFad< 14, L > &un, const TinyFad< 14, R > &deux)
 
template<class L , class R >
TinyFad< 14, typename NumericalTraits< L, R >::promote > operator+ (const TinyFad< 14, L > &un, const R &deux)
 
template<class L , class R >
TinyFad< 14, typename NumericalTraits< L, R >::promote > operator+ (const L &un, const TinyFad< 14, R > &deux)
 
template<class L , class R >
TinyFad< 14, typename NumericalTraits< L, R >::promote > operator* (const TinyFad< 14, L > &un, const TinyFad< 14, R > &deux)
 
template<class L , class R >
TinyFad< 14, typename NumericalTraits< L, R >::promote > operator* (const TinyFad< 14, L > &un, const R &deux)
 
template<class L , class R >
TinyFad< 14, typename NumericalTraits< L, R >::promote > operator* (const L &un, const TinyFad< 14, R > &deux)
 
template<class L , class R >
TinyFad< 14, typename NumericalTraits< L, R >::promote > operator- (const TinyFad< 14, L > &un, const TinyFad< 14, R > &deux)
 
template<class L , class R >
TinyFad< 14, typename NumericalTraits< L, R >::promote > operator- (const L &un, const TinyFad< 14, R > &deux)
 
template<class L , class R >
TinyFad< 14, typename NumericalTraits< L, R >::promote > operator- (const TinyFad< 14, L > &un, const R &deux)
 
template<class L , class R >
TinyFad< 14, typename NumericalTraits< L, R >::promote > operator/ (const TinyFad< 14, L > &un, const TinyFad< 14, R > &deux)
 
template<class L , class R >
TinyFad< 14, typename NumericalTraits< L, R >::promote > operator/ (const L &un, const TinyFad< 14, R > &deux)
 
template<class L , class R >
TinyFad< 14, typename NumericalTraits< L, R >::promote > operator/ (const TinyFad< 14, L > &un, const R &deux)
 
template<class T >
TinyFad< 14, T > exp (const TinyFad< 14, T > &in)
 
template<class T >
TinyFad< 14, T > log (const TinyFad< 14, T > &in)
 
template<class T >
TinyFad< 14, T > sqrt (const TinyFad< 14, T > &in)
 
template<class T >
TinyFad< 14, T > sin (const TinyFad< 14, T > &in)
 
template<class T >
TinyFad< 14, T > cos (const TinyFad< 14, T > &in)
 
template<class T >
TinyFad< 14, T > tan (const TinyFad< 14, T > &in)
 
template<class T >
TinyFad< 14, T > pow (const TinyFad< 14, T > &in, double e)
 
template<class T >
TinyFad< 14, T > pow (const TinyFad< 14, T > &un, const TinyFad< 14, T > &deux)
 
template<class T >
TinyFad< 14, T > pow (const TinyFad< 14, T > &in, const int e)
 
template<class T >
TinyFad< 14, T > abs (const TinyFad< 14, T > &in)
 
template<class T >
std::ostream & operator<< (std::ostream &os, const TinyFad< 14, T > &a)
 

Function Documentation

◆ abs()

template<class T >
TinyFad<14,T> abs ( const TinyFad< 14, T > &  in)

Definition at line 1176 of file tinyfadfourteen.h.

References TinyFad< 14, T >::val().

◆ cos()

template<class T >
TinyFad<14,T> cos ( const TinyFad< 14, T > &  in)

◆ exp()

template<class T >
TinyFad<14,T> exp ( const TinyFad< 14, T > &  in)

◆ log()

template<class T >
TinyFad<14,T> log ( const TinyFad< 14, T > &  in)

◆ operator*() [1/3]

template<class L , class R >
TinyFad<14,typename NumericalTraits<L,R>::promote > operator* ( const TinyFad< 14, L > &  un,
const TinyFad< 14, R > &  deux 
)
inline

Definition at line 575 of file tinyfadfourteen.h.

References tmp, and TinyFad< Num, T >::val().

Referenced by operator*().

◆ operator*() [2/3]

template<class L , class R >
TinyFad<14,typename NumericalTraits<L,R>::promote > operator* ( const TinyFad< 14, L > &  un,
const R &  deux 
)
inline

Definition at line 617 of file tinyfadfourteen.h.

References tmp, and TinyFad< Num, T >::val().

◆ operator*() [3/3]

template<class L , class R >
TinyFad<14,typename NumericalTraits<L,R>::promote > operator* ( const L &  un,
const TinyFad< 14, R > &  deux 
)
inline

Definition at line 659 of file tinyfadfourteen.h.

References operator*().

◆ operator+() [1/4]

template<class T >
TinyFad<14,T> operator+ ( const TinyFad< 14, T > &  in)
inline

Definition at line 471 of file tinyfadfourteen.h.

Referenced by operator+().

◆ operator+() [2/4]

template<class L , class R >
TinyFad<14,typename NumericalTraits<L,R>::promote > operator+ ( const TinyFad< 14, L > &  un,
const TinyFad< 14, R > &  deux 
)
inline

Definition at line 485 of file tinyfadfourteen.h.

References tmp, and TinyFad< Num, T >::val().

◆ operator+() [3/4]

template<class L , class R >
TinyFad<14,typename NumericalTraits<L,R>::promote> operator+ ( const TinyFad< 14, L > &  un,
const R &  deux 
)
inline

Definition at line 527 of file tinyfadfourteen.h.

References tmp, and TinyFad< Num, T >::val().

◆ operator+() [4/4]

template<class L , class R >
TinyFad<14,typename NumericalTraits<L,R>::promote > operator+ ( const L &  un,
const TinyFad< 14, R > &  deux 
)
inline

Definition at line 569 of file tinyfadfourteen.h.

References operator+().

◆ operator-() [1/4]

template<class T >
TinyFad<14,T> operator- ( const TinyFad< 14, T > &  in)
inline

Definition at line 476 of file tinyfadfourteen.h.

References tmp.

◆ operator-() [2/4]

template<class L , class R >
TinyFad<14,typename NumericalTraits<L,R>::promote > operator- ( const TinyFad< 14, L > &  un,
const TinyFad< 14, R > &  deux 
)
inline

Definition at line 667 of file tinyfadfourteen.h.

References tmp, and TinyFad< Num, T >::val().

◆ operator-() [3/4]

template<class L , class R >
TinyFad<14,typename NumericalTraits<L,R>::promote> operator- ( const L &  un,
const TinyFad< 14, R > &  deux 
)
inline

Definition at line 709 of file tinyfadfourteen.h.

References tmp, and TinyFad< Num, T >::val().

◆ operator-() [4/4]

template<class L , class R >
TinyFad<14, typename NumericalTraits<L,R>::promote > operator- ( const TinyFad< 14, L > &  un,
const R &  deux 
)
inline

Definition at line 751 of file tinyfadfourteen.h.

References tmp, and TinyFad< Num, T >::val().

◆ operator/() [1/3]

template<class L , class R >
TinyFad<14, typename NumericalTraits<L,R>::promote > operator/ ( const TinyFad< 14, L > &  un,
const TinyFad< 14, R > &  deux 
)
inline

Definition at line 792 of file tinyfadfourteen.h.

References error(), tmp, and TinyFad< Num, T >::val().

◆ operator/() [2/3]

template<class L , class R >
TinyFad<14, typename NumericalTraits<L,R>::promote > operator/ ( const L &  un,
const TinyFad< 14, R > &  deux 
)
inline

Definition at line 837 of file tinyfadfourteen.h.

References error(), tmp, and TinyFad< Num, T >::val().

◆ operator/() [3/3]

template<class L , class R >
TinyFad<14, typename NumericalTraits<L,R>::promote > operator/ ( const TinyFad< 14, L > &  un,
const R &  deux 
)
inline

Definition at line 882 of file tinyfadfourteen.h.

References error(), tmp, and TinyFad< Num, T >::val().

◆ operator<<()

template<class T >
std::ostream& operator<< ( std::ostream &  os,
const TinyFad< 14, T > &  a 
)

Definition at line 1184 of file tinyfadfourteen.h.

References TinyFad< 14, T >::val().

◆ pow() [1/3]

template<class T >
TinyFad<14,T> pow ( const TinyFad< 14, T > &  in,
double  e 
)

◆ pow() [2/3]

template<class T >
TinyFad<14,T> pow ( const TinyFad< 14, T > &  un,
const TinyFad< 14, T > &  deux 
)

◆ pow() [3/3]

template<class T >
TinyFad<14,T> pow ( const TinyFad< 14, T > &  in,
const int  e 
)

◆ sin()

template<class T >
TinyFad<14,T> sin ( const TinyFad< 14, T > &  in)

◆ sqrt()

template<class T >
TinyFad<14,T> sqrt ( const TinyFad< 14, T > &  in)

◆ tan()

template<class T >
TinyFad<14,T> tan ( const TinyFad< 14, T > &  in)