blob: ee3af8613bac17520cde01a1dae725f45cb87f87 [file] [log] [blame]
VectorXi v = VectorXi::Random(4);
cout << "Here is the vector v:\n";
for (auto x : v) cout << x << " ";
cout << "\n";