Matrix_setOnes_int.cpp 45 B

123
  1. VectorXf v;
  2. v.setOnes(3);
  3. cout << v << endl;