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

#include <action_lu_decomp.hh>

Public Member Functions

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

Static Public Member Functions

static std::string name (void)
 

Private Attributes

double _cost
 
int _size
 
Interface::gene_matrix C
 
Interface::stl_matrix C_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_lu_decomp< Interface >

Definition at line 31 of file action_lu_decomp.hh.

Constructor & Destructor Documentation

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

Definition at line 37 of file action_lu_decomp.hh.

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

Definition at line 57 of file action_lu_decomp.hh.

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

Definition at line 65 of file action_lu_decomp.hh.

Member Function Documentation

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

Definition at line 90 of file action_lu_decomp.hh.

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

Definition at line 94 of file action_lu_decomp.hh.

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

Definition at line 86 of file action_lu_decomp.hh.

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

Definition at line 77 of file action_lu_decomp.hh.

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

Definition at line 82 of file action_lu_decomp.hh.

Member Data Documentation

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

Definition at line 121 of file action_lu_decomp.hh.

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

Definition at line 120 of file action_lu_decomp.hh.

template<class Interface >
Interface::gene_matrix Action_lu_decomp< Interface >::C
private

Definition at line 118 of file action_lu_decomp.hh.

template<class Interface >
Interface::stl_matrix Action_lu_decomp< Interface >::C_stl
private

Definition at line 113 of file action_lu_decomp.hh.

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

Definition at line 114 of file action_lu_decomp.hh.

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

Definition at line 117 of file action_lu_decomp.hh.

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

Definition at line 116 of file action_lu_decomp.hh.

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

Definition at line 112 of file action_lu_decomp.hh.


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


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