Public Member Functions | |
| WilsonOperator (csl::Expr const &t_op, csl::Expr const &t_factor=CSL_1) | |
| WilsonOperator (WilsonOperator const &)=default | |
| WilsonOperator (WilsonOperator &&)=default | |
| WilsonOperator & | operator= (WilsonOperator const &other)=default |
| WilsonOperator & | operator= (WilsonOperator &&other)=default |
| csl::Expr | getOp () const |
| void | setOp (csl::Expr const &t_op) |
| csl::Expr | getFactor () const |
| void | setFactor (csl::Expr const &t_factor) |
| csl::Expr | getExpression () const |
| void | setExpression (csl::Expr const &t_expression) |
| bool | operator< (WilsonOperator const &other) const |
| bool | operator== (WilsonOperator const &other) const |
Static Public Member Functions | |
| static bool | hardComparison (csl::Expr const &A, csl::Expr const &B) |
Private Attributes | |
| csl::Expr | factor |
| csl::Expr | op |
1.8.13