Generic template to handle operator expression, i.e. expression that applies on expressions on the right. More...
#include "abstract.h"#include "commutation.h"#include "utils.h"#include "interface.h"#include "literal.h"#include "numerical.h"

Go to the source code of this file.
Data Structures | |
| class | csl::Operator< T > |
| Linear operator O(a*X+b*Y) = a*O(X) + b*O(Y) More... | |
Namespaces | |
| csl | |
| Namespace for csl library. | |
Generic template to handle operator expression, i.e. expression that applies on expressions on the right.
1.8.13