#include <action_trisolve_matrix.hh>
Public Member Functions | |
Action_trisolve_matrix (const Action_trisolve_matrix &) | |
Action_trisolve_matrix (int size) | |
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 |
Definition at line 32 of file action_trisolve_matrix.hh.
|
inline |
Definition at line 38 of file action_trisolve_matrix.hh.
|
inline |
Definition at line 76 of file action_trisolve_matrix.hh.
|
inline |
Definition at line 84 of file action_trisolve_matrix.hh.
|
inline |
Definition at line 119 of file action_trisolve_matrix.hh.
|
inline |
Definition at line 123 of file action_trisolve_matrix.hh.
|
inline |
Definition at line 111 of file action_trisolve_matrix.hh.
|
inlinestatic |
Definition at line 102 of file action_trisolve_matrix.hh.
|
inline |
Definition at line 107 of file action_trisolve_matrix.hh.
|
private |
Definition at line 157 of file action_trisolve_matrix.hh.
|
private |
Definition at line 156 of file action_trisolve_matrix.hh.
|
private |
Definition at line 152 of file action_trisolve_matrix.hh.
|
private |
Definition at line 148 of file action_trisolve_matrix.hh.
|
private |
Definition at line 143 of file action_trisolve_matrix.hh.
|
private |
Definition at line 153 of file action_trisolve_matrix.hh.
|
private |
Definition at line 149 of file action_trisolve_matrix.hh.
|
private |
Definition at line 144 of file action_trisolve_matrix.hh.
|
private |
Definition at line 146 of file action_trisolve_matrix.hh.
|
private |
Definition at line 154 of file action_trisolve_matrix.hh.
|
private |
Definition at line 150 of file action_trisolve_matrix.hh.
|
private |
Definition at line 145 of file action_trisolve_matrix.hh.