3 lines
72 B

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