Public Types | Public Member Functions | Public Attributes | List of all members
OpCube< T1, op_type > Class Template Reference

Analog of the Op class, intended for cubes. More...

#include <forward_bones.hpp>

Inheritance diagram for OpCube< T1, op_type >:
Inheritance graph
[legend]

Public Types

typedef T1::elem_type elem_type
 
typedef get_pod_type< elem_type >::result pod_type
 

Public Member Functions

 OpCube (const BaseCube< typename T1::elem_type, T1 > &in_m)
 
 OpCube (const BaseCube< typename T1::elem_type, T1 > &in_m, const elem_type in_aux)
 
 OpCube (const BaseCube< typename T1::elem_type, T1 > &in_m, const elem_type in_aux, const uword in_aux_uword_a, const uword in_aux_uword_b, const uword in_aux_uword_c)
 
 OpCube (const BaseCube< typename T1::elem_type, T1 > &in_m, const uword in_aux_uword_a, const uword in_aux_uword_b)
 
 OpCube (const BaseCube< typename T1::elem_type, T1 > &in_m, const uword in_aux_uword_a, const uword in_aux_uword_b, const uword in_aux_uword_c)
 
 OpCube (const BaseCube< typename T1::elem_type, T1 > &in_m, const uword in_aux_uword_a, const uword in_aux_uword_b, const uword in_aux_uword_c, const uword in_aux_uword_d, const char junk)
 
 ~OpCube ()
 
- Public Member Functions inherited from BaseCube< T1::elem_type, OpCube< T1, op_type > >
arma_inline const OpCube< T1, op_type > & get_ref () const
 
void print (const std::string extra_text="") const
 
void print (std::ostream &user_stream, const std::string extra_text="") const
 
void raw_print (const std::string extra_text="") const
 
void raw_print (std::ostream &user_stream, const std::string extra_text="") const
 

Public Attributes

arma_aligned elem_type aux
 storage of auxiliary data, user defined format More...
 
arma_aligned uword aux_uword_a
 storage of auxiliary data, uword format More...
 
arma_aligned uword aux_uword_b
 storage of auxiliary data, uword format More...
 
arma_aligned uword aux_uword_c
 storage of auxiliary data, uword format More...
 
arma_aligned uword aux_uword_d
 storage of auxiliary data, uword format More...
 
arma_aligned const T1 & m
 storage of reference to the operand (e.g. a cube) More...
 

Detailed Description

template<typename T1, typename op_type>
class OpCube< T1, op_type >

Analog of the Op class, intended for cubes.

Definition at line 100 of file forward_bones.hpp.

Member Typedef Documentation

template<typename T1, typename op_type>
typedef T1::elem_type OpCube< T1, op_type >::elem_type

Definition at line 25 of file OpCube_bones.hpp.

template<typename T1, typename op_type>
typedef get_pod_type<elem_type>::result OpCube< T1, op_type >::pod_type

Definition at line 26 of file OpCube_bones.hpp.

Member Data Documentation

template<typename T1, typename op_type>
arma_aligned elem_type OpCube< T1, op_type >::aux

storage of auxiliary data, user defined format

Definition at line 38 of file OpCube_bones.hpp.

template<typename T1, typename op_type>
arma_aligned uword OpCube< T1, op_type >::aux_uword_a

storage of auxiliary data, uword format

Definition at line 39 of file OpCube_bones.hpp.

template<typename T1, typename op_type>
arma_aligned uword OpCube< T1, op_type >::aux_uword_b

storage of auxiliary data, uword format

Definition at line 40 of file OpCube_bones.hpp.

template<typename T1, typename op_type>
arma_aligned uword OpCube< T1, op_type >::aux_uword_c

storage of auxiliary data, uword format

Definition at line 41 of file OpCube_bones.hpp.

template<typename T1, typename op_type>
arma_aligned uword OpCube< T1, op_type >::aux_uword_d

storage of auxiliary data, uword format

Definition at line 42 of file OpCube_bones.hpp.

template<typename T1, typename op_type>
arma_aligned const T1& OpCube< T1, op_type >::m

storage of reference to the operand (e.g. a cube)

Definition at line 37 of file OpCube_bones.hpp.


The documentation for this class was generated from the following files:


armadillo_matrix
Author(s):
autogenerated on Fri Apr 16 2021 02:32:01