Skip to content
MatrixBase_replicate_int_int.cpp 163 B
Newer Older
Luker's avatar
Luker committed
Vector3i v = Vector3i::Random();
cout << "Here is the vector v:" << endl << v << endl;
cout << "v.replicate(2,5) = ..." << endl;
cout << v.replicate(2,5) << endl;