Inheritance diagram for LinAlg::exp_un< t_exp1, t_op, t_res >:
Public Types | |
typedef t_exp1 | T_exp1 |
typedef t_op | T_op |
typedef t_res | T_res |
Public Member Functions | |
exp_un (t_exp1 const &A) | |
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 & | Arg |
Private Member Functions | |
exp_un () |
Definition at line 509 of file laexpr.h.