Matrix_setRandom_int.cpp 47 B

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