NeoPZ
|
Go to the source code of this file.
Classes | |
class | TinyFad< 3, T > |
Functions | |
template<class T > | |
TinyFad< 3, T > | operator+ (const TinyFad< 3, T > &in) |
template<class T > | |
TinyFad< 3, T > | operator- (const TinyFad< 3, T > &in) |
template<class L , class R > | |
TinyFad< 3, typename NumericalTraits< L, R >::promote > | operator+ (const TinyFad< 3, L > &un, const TinyFad< 3, R > &deux) |
template<class L , class R > | |
TinyFad< 3, typename NumericalTraits< L, R >::promote > | operator+ (const TinyFad< 3, L > &un, const R &deux) |
template<class L , class R > | |
TinyFad< 3, typename NumericalTraits< L, R >::promote > | operator+ (const L &un, const TinyFad< 3, R > &deux) |
template<class L , class R > | |
TinyFad< 3, typename NumericalTraits< L, R >::promote > | operator* (const TinyFad< 3, L > &un, const TinyFad< 3, R > &deux) |
template<class L , class R > | |
TinyFad< 3, typename NumericalTraits< L, R >::promote > | operator* (const TinyFad< 3, L > &un, const R &deux) |
template<class L , class R > | |
TinyFad< 3, typename NumericalTraits< L, R >::promote > | operator* (const L &un, const TinyFad< 3, R > &deux) |
template<class L , class R > | |
TinyFad< 3, typename NumericalTraits< L, R >::promote > | operator- (const TinyFad< 3, L > &un, const TinyFad< 3, R > &deux) |
template<class L , class R > | |
TinyFad< 3, typename NumericalTraits< L, R >::promote > | operator- (const L &un, const TinyFad< 3, R > &deux) |
template<class L , class R > | |
TinyFad< 3, typename NumericalTraits< L, R >::promote > | operator- (const TinyFad< 3, L > &un, const R &deux) |
template<class L , class R > | |
TinyFad< 3, typename NumericalTraits< L, R >::promote > | operator/ (const TinyFad< 3, L > &un, const TinyFad< 3, R > &deux) |
template<class L , class R > | |
TinyFad< 3, typename NumericalTraits< L, R >::promote > | operator/ (const L &un, const TinyFad< 3, R > &deux) |
template<class L , class R > | |
TinyFad< 3, typename NumericalTraits< L, R >::promote > | operator/ (const TinyFad< 3, L > &un, const R &deux) |
template<class T > | |
TinyFad< 3, T > | exp (const TinyFad< 3, T > &in) |
template<class T > | |
TinyFad< 3, T > | log (const TinyFad< 3, T > &in) |
template<class T > | |
TinyFad< 3, T > | sqrt (const TinyFad< 3, T > &in) |
template<class T > | |
TinyFad< 3, T > | sin (const TinyFad< 3, T > &in) |
template<class T > | |
TinyFad< 3, T > | cos (const TinyFad< 3, T > &in) |
template<class T > | |
TinyFad< 3, T > | tan (const TinyFad< 3, T > &in) |
template<class T > | |
TinyFad< 3, T > | pow (const TinyFad< 3, T > &in, double e) |
template<class T > | |
TinyFad< 3, T > | pow (const TinyFad< 3, T > &un, const TinyFad< 3, T > &deux) |
template<class T > | |
TinyFad< 3, T > | pow (const TinyFad< 3, T > &in, const int e) |
template<class T > | |
TinyFad< 3, T > | abs (const TinyFad< 3, T > &in) |
template<class T > | |
std::ostream & | operator<< (std::ostream &os, const TinyFad< 3, T > &a) |
Definition at line 571 of file tinyfadthree.h.
References TinyFad< 3, T >::val().
Definition at line 510 of file tinyfadthree.h.
References TinyFad< 3, T >::d0(), TinyFad< 3, T >::d1(), TinyFad< 3, T >::d2(), sin(), tmp, and TinyFad< 3, T >::val().
Definition at line 451 of file tinyfadthree.h.
References TinyFad< 3, T >::d0(), TinyFad< 3, T >::d1(), TinyFad< 3, T >::d2(), tmp, and TinyFad< 3, T >::val().
Definition at line 462 of file tinyfadthree.h.
References TinyFad< 3, T >::d0(), TinyFad< 3, T >::d1(), TinyFad< 3, T >::d2(), error(), tmp, and TinyFad< 3, T >::val().
Referenced by pow().
|
inline |
Definition at line 278 of file tinyfadthree.h.
References tmp, and TinyFad< Num, T >::val().
Referenced by operator*().
|
inline |
Definition at line 298 of file tinyfadthree.h.
References tmp, and TinyFad< Num, T >::val().
|
inline |
Definition at line 318 of file tinyfadthree.h.
References operator*().
Definition at line 218 of file tinyfadthree.h.
Referenced by operator+().
|
inline |
Definition at line 232 of file tinyfadthree.h.
References tmp, and TinyFad< Num, T >::val().
|
inline |
Definition at line 252 of file tinyfadthree.h.
References tmp, and TinyFad< Num, T >::val().
|
inline |
Definition at line 272 of file tinyfadthree.h.
References operator+().
Definition at line 223 of file tinyfadthree.h.
References tmp.
|
inline |
Definition at line 326 of file tinyfadthree.h.
References tmp, and TinyFad< Num, T >::val().
|
inline |
Definition at line 346 of file tinyfadthree.h.
References tmp, and TinyFad< Num, T >::val().
|
inline |
Definition at line 366 of file tinyfadthree.h.
References tmp, and TinyFad< Num, T >::val().
|
inline |
Definition at line 385 of file tinyfadthree.h.
References error(), tmp, and TinyFad< Num, T >::val().
|
inline |
Definition at line 408 of file tinyfadthree.h.
References error(), tmp, and TinyFad< Num, T >::val().
|
inline |
Definition at line 431 of file tinyfadthree.h.
References error(), tmp, and TinyFad< Num, T >::val().
std::ostream& operator<< | ( | std::ostream & | os, |
const TinyFad< 3, T > & | a | ||
) |
Definition at line 579 of file tinyfadthree.h.
References TinyFad< 3, T >::val().
Definition at line 534 of file tinyfadthree.h.
References TinyFad< 3, T >::d0(), TinyFad< 3, T >::d1(), TinyFad< 3, T >::d2(), tmp, and TinyFad< 3, T >::val().
Referenced by pow().
Definition at line 545 of file tinyfadthree.h.
References TinyFad< 3, T >::d0(), TinyFad< 3, T >::d1(), TinyFad< 3, T >::d2(), error(), log(), pow(), tmp, and TinyFad< 3, T >::val().
Definition at line 560 of file tinyfadthree.h.
References TinyFad< 3, T >::d0(), TinyFad< 3, T >::d1(), TinyFad< 3, T >::d2(), pow(), tmp, and TinyFad< 3, T >::val().
Definition at line 499 of file tinyfadthree.h.
References cos(), TinyFad< 3, T >::d0(), TinyFad< 3, T >::d1(), TinyFad< 3, T >::d2(), tmp, and TinyFad< 3, T >::val().
Referenced by cos().
Definition at line 474 of file tinyfadthree.h.
References TinyFad< 3, T >::d0(), TinyFad< 3, T >::d1(), TinyFad< 3, T >::d2(), error(), tmp, and TinyFad< 3, T >::val().
Definition at line 521 of file tinyfadthree.h.
References cos(), TinyFad< 3, T >::d0(), TinyFad< 3, T >::d1(), TinyFad< 3, T >::d2(), error(), tmp, and TinyFad< 3, T >::val().