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