NeoPZ
Functions
tinyfadlog.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<int Num, class T >
bool operator!= (const TinyFad< Num, T > &x, const TinyFad< Num, T > &y)
 
template<int Num, class T >
bool operator!= (const T &x, const TinyFad< Num, T > &y)
 
template<int Num, class T >
bool operator!= (const TinyFad< Num, T > &x, const T &y)
 
template<int Num, class T >
bool operator== (const TinyFad< Num, T > &x, const TinyFad< Num, T > &y)
 
template<int Num, class T >
bool operator== (const T &x, const TinyFad< Num, T > &y)
 
template<int Num, class T >
bool operator== (const TinyFad< Num, T > &x, const T &y)
 
template<int Num, class T >
bool operator> (const TinyFad< Num, T > &x, const TinyFad< Num, T > &y)
 
template<int Num, class T >
bool operator> (const T &x, const TinyFad< Num, T > &y)
 
template<int Num, class T >
bool operator> (const TinyFad< Num, T > &x, const T &y)
 
template<int Num, class T >
bool operator< (const TinyFad< Num, T > &x, const TinyFad< Num, T > &y)
 
template<int Num, class T >
bool operator< (const T &x, const TinyFad< Num, T > &y)
 
template<int Num, class T >
bool operator< (const TinyFad< Num, T > &x, const T &y)
 
template<int Num, class T >
bool operator>= (const TinyFad< Num, T > &x, const TinyFad< Num, T > &y)
 
template<int Num, class T >
bool operator>= (const T &x, const TinyFad< Num, T > &y)
 
template<int Num, class T >
bool operator>= (const TinyFad< Num, T > &x, const T &y)
 
template<int Num, class T >
bool operator<= (const TinyFad< Num, T > &x, const TinyFad< Num, T > &y)
 
template<int Num, class T >
bool operator<= (const T &x, const TinyFad< Num, T > &y)
 
template<int Num, class T >
bool operator<= (const TinyFad< Num, T > &x, const T &y)
 

Function Documentation

◆ operator!=() [1/3]

template<int Num, class T >
bool operator!= ( const TinyFad< Num, T > &  x,
const TinyFad< Num, T > &  y 
)
inline

Definition at line 27 of file tinyfadlog.h.

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

Referenced by TPZCompElSide::Exists().

◆ operator!=() [2/3]

template<int Num, class T >
bool operator!= ( const T &  x,
const TinyFad< Num, T > &  y 
)
inline

Definition at line 32 of file tinyfadlog.h.

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

◆ operator!=() [3/3]

template<int Num, class T >
bool operator!= ( const TinyFad< Num, T > &  x,
const T &  y 
)
inline

Definition at line 37 of file tinyfadlog.h.

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

◆ operator<() [1/3]

template<int Num, class T >
bool operator< ( const TinyFad< Num, T > &  x,
const TinyFad< Num, T > &  y 
)
inline

Definition at line 74 of file tinyfadlog.h.

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

◆ operator<() [2/3]

template<int Num, class T >
bool operator< ( const T &  x,
const TinyFad< Num, T > &  y 
)
inline

Definition at line 79 of file tinyfadlog.h.

◆ operator<() [3/3]

template<int Num, class T >
bool operator< ( const TinyFad< Num, T > &  x,
const T &  y 
)
inline

Definition at line 84 of file tinyfadlog.h.

◆ operator<=() [1/3]

template<int Num, class T >
bool operator<= ( const TinyFad< Num, T > &  x,
const TinyFad< Num, T > &  y 
)
inline

Definition at line 105 of file tinyfadlog.h.

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

◆ operator<=() [2/3]

template<int Num, class T >
bool operator<= ( const T &  x,
const TinyFad< Num, T > &  y 
)
inline

Definition at line 110 of file tinyfadlog.h.

◆ operator<=() [3/3]

template<int Num, class T >
bool operator<= ( const TinyFad< Num, T > &  x,
const T &  y 
)
inline

Definition at line 115 of file tinyfadlog.h.

◆ operator==() [1/3]

template<int Num, class T >
bool operator== ( const TinyFad< Num, T > &  x,
const TinyFad< Num, T > &  y 
)
inline

Definition at line 43 of file tinyfadlog.h.

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

Referenced by TPZCompElSide::Exists().

◆ operator==() [2/3]

template<int Num, class T >
bool operator== ( const T &  x,
const TinyFad< Num, T > &  y 
)
inline

Definition at line 48 of file tinyfadlog.h.

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

◆ operator==() [3/3]

template<int Num, class T >
bool operator== ( const TinyFad< Num, T > &  x,
const T &  y 
)
inline

Definition at line 53 of file tinyfadlog.h.

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

◆ operator>() [1/3]

template<int Num, class T >
bool operator> ( const TinyFad< Num, T > &  x,
const TinyFad< Num, T > &  y 
)
inline

Definition at line 58 of file tinyfadlog.h.

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

◆ operator>() [2/3]

template<int Num, class T >
bool operator> ( const T &  x,
const TinyFad< Num, T > &  y 
)
inline

Definition at line 63 of file tinyfadlog.h.

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

◆ operator>() [3/3]

template<int Num, class T >
bool operator> ( const TinyFad< Num, T > &  x,
const T &  y 
)
inline

Definition at line 68 of file tinyfadlog.h.

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

◆ operator>=() [1/3]

template<int Num, class T >
bool operator>= ( const TinyFad< Num, T > &  x,
const TinyFad< Num, T > &  y 
)
inline

Definition at line 89 of file tinyfadlog.h.

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

◆ operator>=() [2/3]

template<int Num, class T >
bool operator>= ( const T &  x,
const TinyFad< Num, T > &  y 
)
inline

Definition at line 94 of file tinyfadlog.h.

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

◆ operator>=() [3/3]

template<int Num, class T >
bool operator>= ( const TinyFad< Num, T > &  x,
const T &  y 
)
inline

Definition at line 99 of file tinyfadlog.h.

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