#include <SimplifyRatio.h>
Public Types | |
enum | { value = false } |
typedef F | A |
typedef G | B |
typedef H | C |
Public Member Functions | |
typedef | PROD_S (A, B) AB |
Static Public Member Functions | |
static const A & | a (const F &f, const G &g, const H &h) |
static const B & | b (const F &f, const G &g, const H &h) |
static const C & | c (const F &f, const G &g, const H &h) |
Definition at line 242 of file SimplifyRatio.h.
typedef F funct::RatioP2< F, G, H >::prod0::A |
Definition at line 243 of file SimplifyRatio.h.
typedef G funct::RatioP2< F, G, H >::prod0::B |
Definition at line 243 of file SimplifyRatio.h.
typedef H funct::RatioP2< F, G, H >::prod0::C |
Definition at line 243 of file SimplifyRatio.h.
anonymous enum |
static const A& funct::RatioP2< F, G, H >::prod0::a | ( | const F & | f, |
const G & | g, | ||
const H & | h | ||
) | [inline, static] |
static const B& funct::RatioP2< F, G, H >::prod0::b | ( | const F & | f, |
const G & | g, | ||
const H & | h | ||
) | [inline, static] |
static const C& funct::RatioP2< F, G, H >::prod0::c | ( | const F & | f, |
const G & | g, | ||
const H & | h | ||
) | [inline, static] |
typedef funct::RatioP2< F, G, H >::prod0::PROD_S | ( | A | , |
B | |||
) |