#include "../bdm/stat/libBM.h" #include "../bdm/math/libDC.h" #include "../bdm/math/chmat.h" #include using namespace bdm; //These lines are needed for use of cout and endl using std::cout; using std::endl; int main() { RV th = RV ( "{a b }"); RV r = RV ( "{r1 r2 }" ); cout << th << r << endl; ldmat ld = ldmat("1 0 0 0; 0.2 1 0 0; 0.1 -0.1 1 0; -0.9 0.3 -0.1 1", "3 4 5 6"); vec v = "1 -1 3 -1"; cout << "Test to_mat"<