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

#include <action_trisolve_matrix.hh>

Public Member Functions

 Action_trisolve_matrix (int size)
 
 Action_trisolve_matrix (const Action_trisolve_matrix &)
 
void calculate (void)
 
void check_result (void)
 
void initialize (void)
 
double nb_op_base (void)
 
 ~Action_trisolve_matrix (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_trisolve_matrix< Interface >

Definition at line 32 of file action_trisolve_matrix.hh.

Constructor & Destructor Documentation

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

Definition at line 38 of file action_trisolve_matrix.hh.

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

Definition at line 76 of file action_trisolve_matrix.hh.

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

Definition at line 84 of file action_trisolve_matrix.hh.

Member Function Documentation

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

Definition at line 119 of file action_trisolve_matrix.hh.

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

Definition at line 123 of file action_trisolve_matrix.hh.

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

Definition at line 111 of file action_trisolve_matrix.hh.

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

Definition at line 102 of file action_trisolve_matrix.hh.

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

Definition at line 107 of file action_trisolve_matrix.hh.

Member Data Documentation

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

Definition at line 157 of file action_trisolve_matrix.hh.

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

Definition at line 156 of file action_trisolve_matrix.hh.

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

Definition at line 152 of file action_trisolve_matrix.hh.

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

Definition at line 148 of file action_trisolve_matrix.hh.

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

Definition at line 143 of file action_trisolve_matrix.hh.

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

Definition at line 153 of file action_trisolve_matrix.hh.

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

Definition at line 149 of file action_trisolve_matrix.hh.

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

Definition at line 144 of file action_trisolve_matrix.hh.

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

Definition at line 146 of file action_trisolve_matrix.hh.

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

Definition at line 154 of file action_trisolve_matrix.hh.

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

Definition at line 150 of file action_trisolve_matrix.hh.

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

Definition at line 145 of file action_trisolve_matrix.hh.


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


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