NeoPZ
Classes | Macros
tfadop.h File Reference
#include "utils/promote.h"
Include dependency graph for tfadop.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TFadBinaryAdd< L, R >
 
class  TFadBinaryAdd< L, TFadCst< typename L::value_type > >
 
class  TFadBinaryAdd< TFadCst< typename R::value_type >, R >
 
class  TFadBinaryMinus< L, R >
 
class  TFadBinaryMinus< L, TFadCst< typename L::value_type > >
 
class  TFadBinaryMinus< TFadCst< typename R::value_type >, R >
 
class  TFadBinaryMul< L, R >
 
class  TFadBinaryMul< L, TFadCst< typename L::value_type > >
 
class  TFadBinaryMul< TFadCst< typename R::value_type >, R >
 
class  TFadBinaryDiv< L, R >
 
class  TFadBinaryDiv< L, TFadCst< typename L::value_type > >
 
class  TFadBinaryDiv< TFadCst< typename R::value_type >, R >
 
class  TFadBinaryPow< L, R >
 
class  TFadBinaryPow< L, TFadCst< typename L::value_type > >
 
class  TFadBinaryPow< TFadCst< typename R::value_type >, R >
 
class  TFadBinaryPow< L, int >
 

Macros

#define FAD_BIN_MACRO(OP, TYPE)
 

Macro Definition Documentation

◆ FAD_BIN_MACRO

#define FAD_BIN_MACRO (   OP,
  TYPE 
)

Definition at line 467 of file tfadop.h.