#include #include "../bdm/stat/libBM.h" #include "../bdm/math/libDC.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 << endl; ldmat ld = ldmat("1 0;-0.1 1","1.1 1.3"); vec v = "1 -0.1"; cout << "Test to_mat"<