#include <mtOp_proto.hpp>
Public Types | |
typedef out_eT | elem_type |
typedef get_pod_type< out_eT > ::result | pod_type |
typedef T1::elem_type | in_eT |
Public Member Functions | |
mtOp (const T1 &in_m) | |
mtOp (const T1 &in_m, const in_eT in_aux) | |
mtOp (const T1 &in_m, const u32 in_aux_u32_a, const u32 in_aux_u32_b) | |
mtOp (const T1 &in_m, const in_eT in_aux, const u32 in_aux_u32_a, const u32 in_aux_u32_b) | |
mtOp (const char junk, const T1 &in_m, const out_eT in_aux) | |
~mtOp () | |
Public Attributes | |
const T1 & | m |
storage of reference to the operand (e.g. a matrix) | |
const in_eT | aux |
storage of auxiliary data, using the element type as used by T1 | |
const out_eT | aux_out_eT |
storage of auxiliary data, using the element type as specified by the out_eT template parameter | |
const u32 | aux_u32_a |
storage of auxiliary data, u32 format | |
const u32 | aux_u32_b |
storage of auxiliary data, u32 format |
Definition at line 23 of file mtOp_proto.hpp.
typedef out_eT mtOp< out_eT, T1, op_type >::elem_type |
Definition at line 27 of file mtOp_proto.hpp.
typedef get_pod_type<out_eT>::result mtOp< out_eT, T1, op_type >::pod_type |
Definition at line 28 of file mtOp_proto.hpp.
typedef T1::elem_type mtOp< out_eT, T1, op_type >::in_eT |
Definition at line 30 of file mtOp_proto.hpp.
mtOp< out_eT, T1, op_type >::mtOp | ( | const T1 & | in_m, | |
const in_eT | in_aux | |||
) | [inline] |
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] |
storage of reference to the operand (e.g. a matrix)
Definition at line 42 of file mtOp_proto.hpp.
Referenced by accu(), op_rel_noteq::apply(), op_rel_eq::apply(), op_rel_gteq_post::apply(), op_rel_gteq_pre::apply(), op_rel_lteq_post::apply(), op_rel_lteq_pre::apply(), op_rel_gt_post::apply(), op_rel_gt_pre::apply(), op_rel_lt_post::apply(), op_rel_lt_pre::apply(), op_abs::apply(), op_imag::apply(), op_real::apply(), op_find::apply(), and op_find::helper().
const in_eT mtOp< out_eT, T1, op_type >::aux |
storage of auxiliary data, using the element type as used by T1
Definition at line 43 of file mtOp_proto.hpp.
Referenced by accu(), op_rel_noteq::apply(), op_rel_eq::apply(), op_rel_gteq_post::apply(), op_rel_gteq_pre::apply(), op_rel_lteq_post::apply(), op_rel_lteq_pre::apply(), op_rel_gt_post::apply(), op_rel_gt_pre::apply(), op_rel_lt_post::apply(), op_rel_lt_pre::apply(), and op_find::helper().
const out_eT mtOp< out_eT, T1, op_type >::aux_out_eT |
storage of auxiliary data, using the element type as specified by the out_eT template parameter
Definition at line 44 of file mtOp_proto.hpp.
const u32 mtOp< out_eT, T1, op_type >::aux_u32_a |
storage of auxiliary data, u32 format
Definition at line 45 of file mtOp_proto.hpp.
Referenced by op_find::apply().
const u32 mtOp< out_eT, T1, op_type >::aux_u32_b |
storage of auxiliary data, u32 format
Definition at line 46 of file mtOp_proto.hpp.
Referenced by op_find::apply().