#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" ); RV r = RV("3 4"); int i =0; cout << th << r << th(ivec(&1,1)) << endl; //Exit program: return 0; }