Home | History | Annotate | Download | only in snippets
      1 cout << 6 * RowVectorXi::Ones(4) << endl;
      2 cout << VectorXf::Ones(2) << endl;
      3