Inheritance diagram for LinAlg::exp_ter< t_exp1, t_exp2, t_exp3, t_op, t_res >:
Public Types | |
typedef t_exp1 | T_exp1 |
typedef t_exp2 | T_exp2 |
typedef t_exp3 | T_exp3 |
typedef t_op | T_op |
typedef t_res | T_res |
Public Member Functions | |
exp_ter (t_exp1 const &A, t_exp2 const &B) | |
operator t_res () const | |
void | Apply (t_res &result) const |
void | Apply_pe (t_res &result) const |
void | Apply_me (t_res &result) const |
Public Attributes | |
t_exp1 const & | Arg1 |
t_exp2 const & | Arg2 |
t_exp3 const & | Arg3 |
Private Member Functions | |
exp_ter () |
Definition at line 562 of file laexpr.h.