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

#include <forward_bones.hpp>

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

Public Types

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

Public Member Functions

 mtOp (const T1 &in_m)
 
 mtOp (const T1 &in_m, const in_eT in_aux)
 
 mtOp (const T1 &in_m, const uword in_aux_uword_a, const uword in_aux_uword_b)
 
 mtOp (const T1 &in_m, const in_eT in_aux, const uword in_aux_uword_a, const uword in_aux_uword_b)
 
 mtOp (const char junk, const T1 &in_m, const out_eT in_aux)
 
 ~mtOp ()
 
- Public Member Functions inherited from Base< out_eT, mtOp< out_eT, T1, op_type > >
arma_inline const mtOp< out_eT, 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
 
arma_deprecated void print_trans (const std::string extra_text="") const
 
arma_deprecated void print_trans (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
 
arma_deprecated void raw_print_trans (const std::string extra_text="") const
 
arma_deprecated void raw_print_trans (std::ostream &user_stream, const std::string extra_text="") const
 
arma_inline const Op< mtOp< out_eT, T1, op_type >, op_stransst () const
 
arma_inline const Op< mtOp< out_eT, T1, op_type >, op_htranst () const
 

Public Attributes

arma_aligned in_eT aux
 storage of auxiliary data, using the element type as used by T1 More...
 
arma_aligned out_eT aux_out_eT
 storage of auxiliary data, using the element type as specified by the out_eT template parameter 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 const T1 & m
 storage of reference to the operand (eg. a matrix) More...
 

Detailed Description

template<typename out_eT, typename T1, typename op_type>
class mtOp< out_eT, T1, op_type >

Definition at line 90 of file forward_bones.hpp.

Member Typedef Documentation

template<typename out_eT, typename T1, typename op_type>
typedef out_eT mtOp< out_eT, T1, op_type >::elem_type

Definition at line 24 of file mtOp_bones.hpp.

template<typename out_eT, typename T1, typename op_type>
typedef T1::elem_type mtOp< out_eT, T1, op_type >::in_eT

Definition at line 27 of file mtOp_bones.hpp.

template<typename out_eT, typename T1, typename op_type>
typedef get_pod_type<out_eT>::result mtOp< out_eT, T1, op_type >::pod_type

Definition at line 25 of file mtOp_bones.hpp.

Member Data Documentation

template<typename out_eT, typename T1, typename op_type>
arma_aligned in_eT mtOp< out_eT, T1, op_type >::aux

storage of auxiliary data, using the element type as used by T1

Definition at line 40 of file mtOp_bones.hpp.

template<typename out_eT, typename T1, typename op_type>
arma_aligned 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 41 of file mtOp_bones.hpp.

template<typename out_eT, typename T1, typename op_type>
arma_aligned uword mtOp< out_eT, T1, op_type >::aux_uword_a

storage of auxiliary data, uword format

Definition at line 42 of file mtOp_bones.hpp.

template<typename out_eT, typename T1, typename op_type>
arma_aligned uword mtOp< out_eT, T1, op_type >::aux_uword_b

storage of auxiliary data, uword format

Definition at line 43 of file mtOp_bones.hpp.

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

storage of reference to the operand (eg. a matrix)

Definition at line 39 of file mtOp_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:00