LTL  2.0.x
Public Types | Public Member Functions | List of all members
ltl::ltl::FMExprBinopNode< A, B, Op, M, N > Class Template Reference

Binary operation node. More...

Inherits ltl::ltl::_et_fmatrix_parse_base.

Public Types

enum  { static_size = A::static_size + B::static_size }
 
typedef Op::value_type value_type
 

Public Member Functions

 FMExprBinopNode (const A &a, const B &b)
 
value_type operator() (const int i, const int j) const
 
value_type operator[] (const int i) const
 

Detailed Description

template<class A, class B, class Op, int M, int N>
class ltl::ltl::FMExprBinopNode< A, B, Op, M, N >

Binary operation node.