#include #include "libBM.h" using namespace itpp; //These lines are needed for use of cout and endl using std::cout; using std::endl; int main() { RV th = RV("1 2","{a b }","1 1","0 0","0 0"); cout << th << th << endl; //Exit program: return 0; }