cart-elc

Source code for CART-ELC
git clone git://git.laack.co/cart-elc.git
Log | Files | Refs | README | LICENSE

Matrix_initializer_list_23_cxx11.cpp (60B)


      1 MatrixXd m {
      2   {1, 2, 3},
      3   {4, 5, 6}
      4 };
      5 cout << m << endl;