Inheritance diagram for LinAlg::exp_bin< t_exp1, t_exp2, t_op, t_res >:
Public Types | |
typedef t_exp1 | T_exp1 |
typedef t_exp2 | T_exp2 |
typedef t_op | T_op |
typedef t_res | T_res |
Public Member Functions | |
exp_bin (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 |
Private Member Functions | |
exp_bin () |
Definition at line 533 of file laexpr.h.