cart-elc

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

Matrix_setConstant_int.cpp (52B)


      1 VectorXf v;
      2 v.setConstant(3, 5);
      3 cout << v << endl;