NeoPZ
Classes | Functions
tinyfadfive.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< 5, T >
 

Functions

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

Function Documentation

◆ abs()

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

Definition at line 681 of file tinyfadfive.h.

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

◆ cos()

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

◆ exp()

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

◆ log()

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

◆ operator*() [1/3]

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

Definition at line 332 of file tinyfadfive.h.

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

Referenced by operator*().

◆ operator*() [2/3]

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

Definition at line 356 of file tinyfadfive.h.

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

◆ operator*() [3/3]

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

Definition at line 380 of file tinyfadfive.h.

References operator*().

◆ operator+() [1/4]

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

Definition at line 264 of file tinyfadfive.h.

Referenced by operator+().

◆ operator+() [2/4]

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

Definition at line 278 of file tinyfadfive.h.

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

◆ operator+() [3/4]

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

Definition at line 302 of file tinyfadfive.h.

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

◆ operator+() [4/4]

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

Definition at line 326 of file tinyfadfive.h.

References operator+().

◆ operator-() [1/4]

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

Definition at line 269 of file tinyfadfive.h.

References tmp.

◆ operator-() [2/4]

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

Definition at line 388 of file tinyfadfive.h.

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

◆ operator-() [3/4]

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

Definition at line 412 of file tinyfadfive.h.

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

◆ operator-() [4/4]

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

Definition at line 436 of file tinyfadfive.h.

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

◆ operator/() [1/3]

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

Definition at line 459 of file tinyfadfive.h.

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

◆ operator/() [2/3]

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

Definition at line 486 of file tinyfadfive.h.

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

◆ operator/() [3/3]

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

Definition at line 513 of file tinyfadfive.h.

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

◆ operator<<()

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

Definition at line 689 of file tinyfadfive.h.

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

◆ pow() [1/3]

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

◆ pow() [2/3]

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

◆ pow() [3/3]

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

◆ sin()

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

◆ sqrt()

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

◆ tan()

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