#include <residue.hpp>
Static Public Member Functions | |
static void | init (T &x, const M &m) |
static void | get_value (const T &x, const M &m) |
static void | before_oper (const T &x, const M &m) |
static void | after_oper (T &x, const M &m) |
static bool | is_normal (const T &x, const M &m) |
static void | normalize (T &x, const M &m) |
Definition at line 44 of file residue.hpp.
static void Arageli::residue_config_default< T, M >::after_oper | ( | T & | x, | |
const M & | m | |||
) | [inline, static] |
Definition at line 49 of file residue.hpp.
static void Arageli::residue_config_default< T, M >::before_oper | ( | const T & | x, | |
const M & | m | |||
) | [inline, static] |
Definition at line 48 of file residue.hpp.
static void Arageli::residue_config_default< T, M >::get_value | ( | const T & | x, | |
const M & | m | |||
) | [inline, static] |
Definition at line 47 of file residue.hpp.
static void Arageli::residue_config_default< T, M >::init | ( | T & | x, | |
const M & | m | |||
) | [inline, static] |
Definition at line 46 of file residue.hpp.
static bool Arageli::residue_config_default< T, M >::is_normal | ( | const T & | x, | |
const M & | m | |||
) | [inline, static] |
Definition at line 50 of file residue.hpp.
static void Arageli::residue_config_default< T, M >::normalize | ( | T & | x, | |
const M & | m | |||
) | [inline, static] |
Definition at line 51 of file residue.hpp.