cart-elc

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

MatrixBase_ones_int.cpp (77B)


      1 cout << 6 * RowVectorXi::Ones(4) << endl;
      2 cout << VectorXf::Ones(2) << endl;