1VectorXf v;
2v.setLinSpaced(5,0.5f,1.5f);
3cout << v << endl;
4