Classes | Functions

OpCube

//! More...

Classes

class  OpCube< T1, op_type >
 Analog of the Op class, intended for cubes. More...

Functions

 OpCube::OpCube (const BaseCube< typename T1::elem_type, T1 > &in_m)
 OpCube::OpCube (const BaseCube< typename T1::elem_type, T1 > &in_m, const u32 in_aux_u32_a, const u32 in_aux_u32_b)
 OpCube::OpCube (const BaseCube< typename T1::elem_type, T1 > &in_m, const u32 in_aux_u32_a, const u32 in_aux_u32_b, const u32 in_aux_u32_c)
 OpCube::OpCube (const u32 in_aux_u32_a, const u32 in_aux_u32_b, const u32 in_aux_u32_c)
 OpCube::~OpCube ()

Detailed Description

//!


Function Documentation

template<typename T1 , typename op_type >
OpCube< T1, op_type >::OpCube ( const BaseCube< typename T1::elem_type, T1 > &  in_m  )  [inline, explicit, inherited]

Definition at line 23 of file OpCube_meat.hpp.

  : m(in_m.get_ref())
  , aux(aux)              // don't tell mum
  , aux_u32_a(aux_u32_a)
  , aux_u32_b(aux_u32_b)
  , aux_u32_c(aux_u32_c)
  {
  arma_extra_debug_sigprint();
  }

template<typename T1 , typename op_type >
OpCube< T1, op_type >::OpCube ( const BaseCube< typename T1::elem_type, T1 > &  in_m,
const u32  in_aux_u32_a,
const u32  in_aux_u32_b 
) [inline, inherited]

Definition at line 49 of file OpCube_meat.hpp.

  : m(in_m.get_ref())
  , aux(aux)
  , aux_u32_a(in_aux_u32_a)
  , aux_u32_b(in_aux_u32_b)
  , aux_u32_c(aux_u32_c)
  {
  arma_extra_debug_sigprint();
  }

template<typename T1 , typename op_type >
OpCube< T1, op_type >::OpCube ( const BaseCube< typename T1::elem_type, T1 > &  in_m,
const u32  in_aux_u32_a,
const u32  in_aux_u32_b,
const u32  in_aux_u32_c 
) [inline, inherited]

Definition at line 62 of file OpCube_meat.hpp.

  : m(in_m.get_ref())
  , aux(aux)
  , aux_u32_a(in_aux_u32_a)
  , aux_u32_b(in_aux_u32_b)
  , aux_u32_c(in_aux_u32_c)
  {
  arma_extra_debug_sigprint();
  }

template<typename T1 , typename op_type >
OpCube< T1, op_type >::OpCube ( const u32  in_aux_u32_a,
const u32  in_aux_u32_b,
const u32  in_aux_u32_c 
) [inline, inherited]

Definition at line 88 of file OpCube_meat.hpp.

  : m(m)
  , aux(aux)
  , aux_u32_a(in_aux_u32_a)
  , aux_u32_b(in_aux_u32_b)
  , aux_u32_c(in_aux_u32_c)
  {
  arma_extra_debug_sigprint();
  }

template<typename T1 , typename op_type >
OpCube< T1, op_type >::~OpCube (  )  [inline, inherited]

Definition at line 101 of file OpCube_meat.hpp.

  {
  arma_extra_debug_sigprint();
  }