Home | History | Annotate | Download | only in snippets
      1 VectorXf v;
      2 v.setConstant(3, 5);
      3 cout << v << endl;
      4