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

Functions

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

Function Documentation

◆ abs()

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

Definition at line 791 of file tinyfadseven.h.

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

◆ cos()

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

◆ exp()

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

◆ log()

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

◆ operator*() [1/3]

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

Definition at line 386 of file tinyfadseven.h.

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

Referenced by operator*().

◆ operator*() [2/3]

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

Definition at line 414 of file tinyfadseven.h.

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

◆ operator*() [3/3]

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

Definition at line 442 of file tinyfadseven.h.

References operator*().

◆ operator+() [1/4]

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

Definition at line 310 of file tinyfadseven.h.

Referenced by operator+().

◆ operator+() [2/4]

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

Definition at line 324 of file tinyfadseven.h.

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

◆ operator+() [3/4]

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

Definition at line 352 of file tinyfadseven.h.

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

◆ operator+() [4/4]

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

Definition at line 380 of file tinyfadseven.h.

References operator+().

◆ operator-() [1/4]

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

Definition at line 315 of file tinyfadseven.h.

References tmp.

◆ operator-() [2/4]

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

Definition at line 450 of file tinyfadseven.h.

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

◆ operator-() [3/4]

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

Definition at line 478 of file tinyfadseven.h.

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

◆ operator-() [4/4]

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

Definition at line 506 of file tinyfadseven.h.

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

◆ operator/() [1/3]

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

Definition at line 533 of file tinyfadseven.h.

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

◆ operator/() [2/3]

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

Definition at line 564 of file tinyfadseven.h.

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

◆ operator/() [3/3]

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

Definition at line 595 of file tinyfadseven.h.

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

◆ operator<<()

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

Definition at line 799 of file tinyfadseven.h.

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

◆ pow() [1/3]

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

◆ pow() [2/3]

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

◆ pow() [3/3]

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

◆ sin()

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

◆ sqrt()

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

◆ tan()

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