#include <algebraic.hpp>
Static Public Member Functions | |
static void | init (const Poly &poly, const Seg &seg) |
static void | get_value (const Poly &poly, const Seg &seg) |
static void | before_oper (const Poly &poly, const Seg &seg) |
static void | after_oper (const Poly &poly, const Seg &seg) |
static bool | is_normal (const Poly &poly, const Seg &seg) |
static void | normalize (const Poly &poly, const Seg &seg) |
Definition at line 49 of file algebraic.hpp.
static void Arageli::algebraic_config_default< TP, TS, Poly, Seg >::after_oper | ( | const Poly & | poly, | |
const Seg & | seg | |||
) | [inline, static] |
Definition at line 54 of file algebraic.hpp.
static void Arageli::algebraic_config_default< TP, TS, Poly, Seg >::before_oper | ( | const Poly & | poly, | |
const Seg & | seg | |||
) | [inline, static] |
Definition at line 53 of file algebraic.hpp.
static void Arageli::algebraic_config_default< TP, TS, Poly, Seg >::get_value | ( | const Poly & | poly, | |
const Seg & | seg | |||
) | [inline, static] |
Definition at line 52 of file algebraic.hpp.
static void Arageli::algebraic_config_default< TP, TS, Poly, Seg >::init | ( | const Poly & | poly, | |
const Seg & | seg | |||
) | [inline, static] |
Definition at line 51 of file algebraic.hpp.
static bool Arageli::algebraic_config_default< TP, TS, Poly, Seg >::is_normal | ( | const Poly & | poly, | |
const Seg & | seg | |||
) | [inline, static] |
Definition at line 56 of file algebraic.hpp.
static void Arageli::algebraic_config_default< TP, TS, Poly, Seg >::normalize | ( | const Poly & | poly, | |
const Seg & | seg | |||
) | [inline, static] |
Definition at line 71 of file algebraic.hpp.