00001 Vector3i v = Vector3i::Random(); 00002 cout << "Here is the vector v:" << endl << v << endl; 00003 cout << "v.rowwise().replicate(5) = ..." << endl; 00004 cout << v.rowwise().replicate(5) << endl;