Classes | |
class | mtOp< out_eT, T1, op_type > |
Functions | |
mtOp::mtOp (const T1 &in_m) | |
mtOp::mtOp (const T1 &in_m, const in_eT in_aux) | |
mtOp::mtOp (const T1 &in_m, const u32 in_aux_u32_a, const u32 in_aux_u32_b) | |
mtOp::mtOp (const T1 &in_m, const in_eT in_aux, const u32 in_aux_u32_a, const u32 in_aux_u32_b) | |
mtOp::mtOp (const char junk, const T1 &in_m, const out_eT in_aux) | |
mtOp::~mtOp () |
mtOp< out_eT, T1, op_type >::mtOp | ( | const T1 & | in_m | ) | [inline, explicit, inherited] |
Definition at line 24 of file mtOp_meat.hpp.
00025 : m(in_m) 00026 , aux(aux) 00027 , aux_out_eT(aux_out_eT) 00028 , aux_u32_a(aux_u32_a) 00029 , aux_u32_b(aux_u32_b) 00030 { 00031 arma_extra_debug_sigprint(); 00032 }
mtOp< out_eT, T1, op_type >::mtOp | ( | const T1 & | in_m, | |
const in_eT | in_aux | |||
) | [inline, inherited] |
Definition at line 38 of file mtOp_meat.hpp.
00039 : m(in_m) 00040 , aux(in_aux) 00041 , aux_out_eT(aux_out_eT) 00042 , aux_u32_a(aux_u32_a) 00043 , aux_u32_b(aux_u32_b) 00044 { 00045 arma_extra_debug_sigprint(); 00046 }
mtOp< out_eT, T1, op_type >::mtOp | ( | const T1 & | in_m, | |
const u32 | in_aux_u32_a, | |||
const u32 | in_aux_u32_b | |||
) | [inline, inherited] |
Definition at line 52 of file mtOp_meat.hpp.
00053 : m(in_m) 00054 , aux(aux) 00055 , aux_out_eT(aux_out_eT) 00056 , aux_u32_a(in_aux_u32_a) 00057 , aux_u32_b(in_aux_u32_b) 00058 { 00059 arma_extra_debug_sigprint(); 00060 }
mtOp< out_eT, T1, op_type >::mtOp | ( | const T1 & | in_m, | |
const in_eT | in_aux, | |||
const u32 | in_aux_u32_a, | |||
const u32 | in_aux_u32_b | |||
) | [inline, inherited] |
Definition at line 66 of file mtOp_meat.hpp.
00067 : m(in_m) 00068 , aux(in_aux) 00069 , aux_out_eT(aux_out_eT) 00070 , aux_u32_a(in_aux_u32_a) 00071 , aux_u32_b(in_aux_u32_b) 00072 { 00073 arma_extra_debug_sigprint(); 00074 }
mtOp< out_eT, T1, op_type >::mtOp | ( | const char | junk, | |
const T1 & | in_m, | |||
const out_eT | in_aux | |||
) | [inline, inherited] |
Definition at line 80 of file mtOp_meat.hpp.
mtOp< out_eT, T1, op_type >::~mtOp | ( | ) | [inline, inherited] |
Definition at line 94 of file mtOp_meat.hpp.