Classes | |
class | glue_rel_eq |
class | glue_rel_gt |
class | glue_rel_gteq |
class | glue_rel_lt |
class | glue_rel_lteq |
class | glue_rel_noteq |
Defines | |
#define | arma_applier_cube(operator_rel, operator_str) |
#define | arma_applier_mat(operator_rel, operator_str) |
Functions | |
template<typename T1 , typename T2 > | |
static void | glue_rel_lt::apply (Mat< uword > &out, const mtGlue< uword, T1, T2, glue_rel_lt > &X) |
template<typename T1 , typename T2 > | |
static void | glue_rel_lt::apply (Cube< uword > &out, const mtGlueCube< uword, T1, T2, glue_rel_lt > &X) |
template<typename T1 , typename T2 > | |
static void | glue_rel_gt::apply (Mat< uword > &out, const mtGlue< uword, T1, T2, glue_rel_gt > &X) |
template<typename T1 , typename T2 > | |
static void | glue_rel_gt::apply (Cube< uword > &out, const mtGlueCube< uword, T1, T2, glue_rel_gt > &X) |
template<typename T1 , typename T2 > | |
static void | glue_rel_lteq::apply (Mat< uword > &out, const mtGlue< uword, T1, T2, glue_rel_lteq > &X) |
template<typename T1 , typename T2 > | |
static void | glue_rel_lteq::apply (Cube< uword > &out, const mtGlueCube< uword, T1, T2, glue_rel_lteq > &X) |
template<typename T1 , typename T2 > | |
static void | glue_rel_gteq::apply (Mat< uword > &out, const mtGlue< uword, T1, T2, glue_rel_gteq > &X) |
template<typename T1 , typename T2 > | |
static void | glue_rel_gteq::apply (Cube< uword > &out, const mtGlueCube< uword, T1, T2, glue_rel_gteq > &X) |
template<typename T1 , typename T2 > | |
static void | glue_rel_eq::apply (Mat< uword > &out, const mtGlue< uword, T1, T2, glue_rel_eq > &X) |
template<typename T1 , typename T2 > | |
static void | glue_rel_eq::apply (Cube< uword > &out, const mtGlueCube< uword, T1, T2, glue_rel_eq > &X) |
template<typename T1 , typename T2 > | |
static void | glue_rel_noteq::apply (Mat< uword > &out, const mtGlue< uword, T1, T2, glue_rel_noteq > &X) |
template<typename T1 , typename T2 > | |
static void | glue_rel_noteq::apply (Cube< uword > &out, const mtGlueCube< uword, T1, T2, glue_rel_noteq > &X) |
#define arma_applier_cube | ( | operator_rel, | |
operator_str | |||
) |
Definition at line 71 of file glue_relational_meat.hpp.
#define arma_applier_mat | ( | operator_rel, | |
operator_str | |||
) |
Definition at line 26 of file glue_relational_meat.hpp.
void glue_rel_lt::apply | ( | Mat< uword > & | out, |
const mtGlue< uword, T1, T2, glue_rel_lt > & | X | ||
) | [inline, static] |
Definition at line 119 of file glue_relational_meat.hpp.
void glue_rel_lt::apply | ( | Cube< uword > & | out, |
const mtGlueCube< uword, T1, T2, glue_rel_lt > & | X | ||
) | [inline, static] |
Definition at line 221 of file glue_relational_meat.hpp.
void glue_rel_gt::apply | ( | Mat< uword > & | out, |
const mtGlue< uword, T1, T2, glue_rel_gt > & | X | ||
) | [inline, static] |
Definition at line 135 of file glue_relational_meat.hpp.
void glue_rel_gt::apply | ( | Cube< uword > & | out, |
const mtGlueCube< uword, T1, T2, glue_rel_gt > & | X | ||
) | [inline, static] |
Definition at line 237 of file glue_relational_meat.hpp.
void glue_rel_lteq::apply | ( | Mat< uword > & | out, |
const mtGlue< uword, T1, T2, glue_rel_lteq > & | X | ||
) | [inline, static] |
Definition at line 151 of file glue_relational_meat.hpp.
void glue_rel_lteq::apply | ( | Cube< uword > & | out, |
const mtGlueCube< uword, T1, T2, glue_rel_lteq > & | X | ||
) | [inline, static] |
Definition at line 253 of file glue_relational_meat.hpp.
void glue_rel_gteq::apply | ( | Mat< uword > & | out, |
const mtGlue< uword, T1, T2, glue_rel_gteq > & | X | ||
) | [inline, static] |
Definition at line 167 of file glue_relational_meat.hpp.
void glue_rel_gteq::apply | ( | Cube< uword > & | out, |
const mtGlueCube< uword, T1, T2, glue_rel_gteq > & | X | ||
) | [inline, static] |
Definition at line 269 of file glue_relational_meat.hpp.
void glue_rel_eq::apply | ( | Mat< uword > & | out, |
const mtGlue< uword, T1, T2, glue_rel_eq > & | X | ||
) | [inline, static] |
Definition at line 183 of file glue_relational_meat.hpp.
void glue_rel_eq::apply | ( | Cube< uword > & | out, |
const mtGlueCube< uword, T1, T2, glue_rel_eq > & | X | ||
) | [inline, static] |
Definition at line 285 of file glue_relational_meat.hpp.
void glue_rel_noteq::apply | ( | Mat< uword > & | out, |
const mtGlue< uword, T1, T2, glue_rel_noteq > & | X | ||
) | [inline, static] |
Definition at line 199 of file glue_relational_meat.hpp.
void glue_rel_noteq::apply | ( | Cube< uword > & | out, |
const mtGlueCube< uword, T1, T2, glue_rel_noteq > & | X | ||
) | [inline, static] |
Definition at line 301 of file glue_relational_meat.hpp.