NeoPZ
|
Go to the source code of this file.
Classes | |
class | TinyFad< 2, T > |
Functions | |
template<class T > | |
TinyFad< 2, T > | operator+ (const TinyFad< 2, T > &in) |
template<class T > | |
TinyFad< 2, T > | operator- (const TinyFad< 2, T > &in) |
template<class L , class R > | |
TinyFad< 2, typename NumericalTraits< L, R >::promote > | operator+ (const TinyFad< 2, L > &un, const TinyFad< 2, R > &deux) |
template<class L , class R > | |
TinyFad< 2, typename NumericalTraits< L, R >::promote > | operator+ (const TinyFad< 2, L > &un, const R &deux) |
template<class L , class R > | |
TinyFad< 2, typename NumericalTraits< L, R >::promote > | operator+ (const L &un, const TinyFad< 2, R > &deux) |
template<class L , class R > | |
TinyFad< 2, typename NumericalTraits< L, R >::promote > | operator* (const TinyFad< 2, L > &un, const TinyFad< 2, R > &deux) |
template<class L , class R > | |
TinyFad< 2, typename NumericalTraits< L, R >::promote > | operator* (const TinyFad< 2, L > &un, const R &deux) |
template<class L , class R > | |
TinyFad< 2, typename NumericalTraits< L, R >::promote > | operator* (const L &un, const TinyFad< 2, R > &deux) |
template<class L , class R > | |
TinyFad< 2, typename NumericalTraits< L, R >::promote > | operator- (const TinyFad< 2, L > &un, const TinyFad< 2, R > &deux) |
template<class L , class R > | |
TinyFad< 2, typename NumericalTraits< L, R >::promote > | operator- (const L &un, const TinyFad< 2, R > &deux) |
template<class L , class R > | |
TinyFad< 2, typename NumericalTraits< L, R >::promote > | operator- (const TinyFad< 2, L > &un, const R &deux) |
template<class L , class R > | |
TinyFad< 2, typename NumericalTraits< L, R >::promote > | operator/ (const TinyFad< 2, L > &un, const TinyFad< 2, R > &deux) |
template<class L , class R > | |
TinyFad< 2, typename NumericalTraits< L, R >::promote > | operator/ (const L &un, const TinyFad< 2, R > &deux) |
template<class L , class R > | |
TinyFad< 2, typename NumericalTraits< L, R >::promote > | operator/ (const TinyFad< 2, L > &un, const R &deux) |
template<class T > | |
TinyFad< 2, T > | exp (const TinyFad< 2, T > &in) |
template<class T > | |
TinyFad< 2, T > | log (const TinyFad< 2, T > &in) |
template<class T > | |
TinyFad< 2, T > | sqrt (const TinyFad< 2, T > &in) |
template<class T > | |
TinyFad< 2, T > | sin (const TinyFad< 2, T > &in) |
template<class T > | |
TinyFad< 2, T > | cos (const TinyFad< 2, T > &in) |
template<class T > | |
TinyFad< 2, T > | tan (const TinyFad< 2, T > &in) |
template<class T > | |
TinyFad< 2, T > | pow (const TinyFad< 2, T > &in, double e) |
template<class T > | |
TinyFad< 2, T > | pow (const TinyFad< 2, T > &un, const TinyFad< 2, T > &deux) |
template<class T > | |
TinyFad< 2, T > | pow (const TinyFad< 2, T > &in, const int e) |
template<class T > | |
TinyFad< 2, T > | abs (const TinyFad< 2, T > &in) |
template<class T > | |
std::ostream & | operator<< (std::ostream &os, const TinyFad< 2, T > &a) |
Definition at line 516 of file tinyfadtwo.h.
References TinyFad< 2, T >::val().
Definition at line 461 of file tinyfadtwo.h.
References TinyFad< 2, T >::d0(), TinyFad< 2, T >::d1(), sin(), tmp, and TinyFad< 2, T >::val().
Definition at line 408 of file tinyfadtwo.h.
References TinyFad< 2, T >::d0(), TinyFad< 2, T >::d1(), tmp, and TinyFad< 2, T >::val().
Definition at line 418 of file tinyfadtwo.h.
References TinyFad< 2, T >::d0(), TinyFad< 2, T >::d1(), error(), tmp, and TinyFad< 2, T >::val().
Referenced by pow().
|
inline |
Definition at line 251 of file tinyfadtwo.h.
References tmp, and TinyFad< Num, T >::val().
Referenced by operator*().
|
inline |
Definition at line 269 of file tinyfadtwo.h.
References tmp, and TinyFad< Num, T >::val().
|
inline |
Definition at line 287 of file tinyfadtwo.h.
References operator*().
Definition at line 195 of file tinyfadtwo.h.
Referenced by operator+().
|
inline |
Definition at line 209 of file tinyfadtwo.h.
References tmp, and TinyFad< Num, T >::val().
|
inline |
Definition at line 227 of file tinyfadtwo.h.
References tmp, and TinyFad< Num, T >::val().
|
inline |
Definition at line 245 of file tinyfadtwo.h.
References operator+().
Definition at line 200 of file tinyfadtwo.h.
References tmp.
|
inline |
Definition at line 295 of file tinyfadtwo.h.
References tmp, and TinyFad< Num, T >::val().
|
inline |
Definition at line 313 of file tinyfadtwo.h.
References tmp, and TinyFad< Num, T >::val().
|
inline |
Definition at line 331 of file tinyfadtwo.h.
References tmp, and TinyFad< Num, T >::val().
|
inline |
Definition at line 348 of file tinyfadtwo.h.
References error(), tmp, and TinyFad< Num, T >::val().
|
inline |
Definition at line 369 of file tinyfadtwo.h.
References error(), tmp, and TinyFad< Num, T >::val().
|
inline |
Definition at line 390 of file tinyfadtwo.h.
References error(), tmp, and TinyFad< Num, T >::val().
std::ostream& operator<< | ( | std::ostream & | os, |
const TinyFad< 2, T > & | a | ||
) |
Definition at line 524 of file tinyfadtwo.h.
References TinyFad< 2, T >::val().
Definition at line 483 of file tinyfadtwo.h.
References TinyFad< 2, T >::d0(), TinyFad< 2, T >::d1(), tmp, and TinyFad< 2, T >::val().
Referenced by pow().
Definition at line 493 of file tinyfadtwo.h.
References TinyFad< 2, T >::d0(), TinyFad< 2, T >::d1(), error(), log(), pow(), tmp, and TinyFad< 2, T >::val().
Definition at line 506 of file tinyfadtwo.h.
References TinyFad< 2, T >::d0(), TinyFad< 2, T >::d1(), pow(), tmp, and TinyFad< 2, T >::val().
Definition at line 451 of file tinyfadtwo.h.
References cos(), TinyFad< 2, T >::d0(), TinyFad< 2, T >::d1(), tmp, and TinyFad< 2, T >::val().
Referenced by cos().
Definition at line 429 of file tinyfadtwo.h.
References TinyFad< 2, T >::d0(), TinyFad< 2, T >::d1(), error(), tmp, and TinyFad< 2, T >::val().
Definition at line 471 of file tinyfadtwo.h.
References cos(), TinyFad< 2, T >::d0(), TinyFad< 2, T >::d1(), error(), tmp, and TinyFad< 2, T >::val().