コード例 #1
0
int main(int, char**)
{
  cout.precision(3);
  VectorXf v;
v.setOnes(3);
cout << v << endl;

  return 0;
}