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

Functions

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

Function Documentation

◆ abs()

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

Definition at line 1341 of file tinyfadseventeen.h.

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

◆ cos()

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

◆ exp()

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

◆ log()

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

◆ operator*() [1/3]

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

Definition at line 656 of file tinyfadseventeen.h.

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

Referenced by operator*().

◆ operator*() [2/3]

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

Definition at line 704 of file tinyfadseventeen.h.

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

◆ operator*() [3/3]

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

Definition at line 752 of file tinyfadseventeen.h.

References operator*().

◆ operator+() [1/4]

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

Definition at line 540 of file tinyfadseventeen.h.

Referenced by operator+().

◆ operator+() [2/4]

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

Definition at line 554 of file tinyfadseventeen.h.

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

◆ operator+() [3/4]

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

Definition at line 602 of file tinyfadseventeen.h.

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

◆ operator+() [4/4]

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

Definition at line 650 of file tinyfadseventeen.h.

References operator+().

◆ operator-() [1/4]

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

Definition at line 545 of file tinyfadseventeen.h.

References tmp.

◆ operator-() [2/4]

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

Definition at line 760 of file tinyfadseventeen.h.

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

◆ operator-() [3/4]

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

Definition at line 808 of file tinyfadseventeen.h.

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

◆ operator-() [4/4]

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

Definition at line 856 of file tinyfadseventeen.h.

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

◆ operator/() [1/3]

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

Definition at line 903 of file tinyfadseventeen.h.

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

◆ operator/() [2/3]

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

Definition at line 954 of file tinyfadseventeen.h.

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

◆ operator/() [3/3]

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

Definition at line 1005 of file tinyfadseventeen.h.

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

◆ operator<<()

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

Definition at line 1349 of file tinyfadseventeen.h.

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

◆ pow() [1/3]

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

◆ pow() [2/3]

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

◆ pow() [3/3]

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

◆ sin()

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

◆ sqrt()

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

◆ tan()

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