Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
Action_trmm< Interface > Class Template Reference

#include <action_trmm.hh>

Public Member Functions

 Action_trmm (int size)
 
 Action_trmm (const Action_trmm &)
 
void calculate (void)
 
void check_result (void)
 
void initialize (void)
 
double nb_op_base (void)
 
 ~Action_trmm (void)
 

Static Public Member Functions

static std::string name (void)
 

Private Attributes

double _cost
 
int _size
 
Interface::gene_matrix A
 
Interface::gene_matrix A_ref
 
Interface::stl_matrix A_stl
 
Interface::gene_matrix B
 
Interface::gene_matrix B_ref
 
Interface::stl_matrix B_stl
 
Interface::stl_matrix resu_stl
 
Interface::gene_matrix X
 
Interface::gene_matrix X_ref
 
Interface::stl_matrix X_stl
 

Detailed Description

template<class Interface>
class Action_trmm< Interface >

Definition at line 32 of file action_trmm.hh.

Constructor & Destructor Documentation

template<class Interface >
Action_trmm< Interface >::Action_trmm ( int  size)
inline

Definition at line 38 of file action_trmm.hh.

template<class Interface >
Action_trmm< Interface >::Action_trmm ( const Action_trmm< Interface > &  )
inline

Definition at line 76 of file action_trmm.hh.

template<class Interface >
Action_trmm< Interface >::~Action_trmm ( void  )
inline

Definition at line 84 of file action_trmm.hh.

Member Function Documentation

template<class Interface >
void Action_trmm< Interface >::calculate ( void  )
inline

Definition at line 119 of file action_trmm.hh.

template<class Interface >
void Action_trmm< Interface >::check_result ( void  )
inline

Definition at line 123 of file action_trmm.hh.

template<class Interface >
void Action_trmm< Interface >::initialize ( void  )
inline

Definition at line 111 of file action_trmm.hh.

template<class Interface >
static std::string Action_trmm< Interface >::name ( void  )
inlinestatic

Definition at line 102 of file action_trmm.hh.

template<class Interface >
double Action_trmm< Interface >::nb_op_base ( void  )
inline

Definition at line 107 of file action_trmm.hh.

Member Data Documentation

template<class Interface >
double Action_trmm< Interface >::_cost
private

Definition at line 157 of file action_trmm.hh.

template<class Interface >
int Action_trmm< Interface >::_size
private

Definition at line 156 of file action_trmm.hh.

template<class Interface >
Interface::gene_matrix Action_trmm< Interface >::A
private

Definition at line 152 of file action_trmm.hh.

template<class Interface >
Interface::gene_matrix Action_trmm< Interface >::A_ref
private

Definition at line 148 of file action_trmm.hh.

template<class Interface >
Interface::stl_matrix Action_trmm< Interface >::A_stl
private

Definition at line 143 of file action_trmm.hh.

template<class Interface >
Interface::gene_matrix Action_trmm< Interface >::B
private

Definition at line 153 of file action_trmm.hh.

template<class Interface >
Interface::gene_matrix Action_trmm< Interface >::B_ref
private

Definition at line 149 of file action_trmm.hh.

template<class Interface >
Interface::stl_matrix Action_trmm< Interface >::B_stl
private

Definition at line 144 of file action_trmm.hh.

template<class Interface >
Interface::stl_matrix Action_trmm< Interface >::resu_stl
private

Definition at line 146 of file action_trmm.hh.

template<class Interface >
Interface::gene_matrix Action_trmm< Interface >::X
private

Definition at line 154 of file action_trmm.hh.

template<class Interface >
Interface::gene_matrix Action_trmm< Interface >::X_ref
private

Definition at line 150 of file action_trmm.hh.

template<class Interface >
Interface::stl_matrix Action_trmm< Interface >::X_stl
private

Definition at line 145 of file action_trmm.hh.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:44