#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 ( "1","{a }","3","0"); RV b = RV ( "2","{b }","2","0"); RV c = RV ( "3","{c }","1","0"); RV ef = RV ( "4 5","{e f }", " 1 1", "0 0" ); cout << "Add a and b"<