Matrix_setConstant_int.cpp 52 B

123
  1. VectorXf v;
  2. v.setConstant(3, 5);
  3. cout << v << endl;