#include #include "../bdm/stat/libBM.h" #include "../bdm/math/libDC.h" #include "../bdm/math/chmat.h" using namespace itpp; //These lines are needed for use of cout and endl using std::cout; using std::endl; int main() { RV a = RV ( "{a }","3"); RV b = RV ( "{b }","2"); RV c = RV ( "{c }"); RV ef = RV ("{e f }"); cout << "Add a and b"<