MatrixBase_replicate_int_int.cpp
Go to the documentation of this file.
00001 Vector3i v = Vector3i::Random();
00002 cout << "Here is the vector v:" << endl << v << endl;
00003 cout << "v.replicate(2,5) = ..." << endl;
00004 cout << v.replicate(2,5) << endl;


libicr
Author(s): Robert Krug
autogenerated on Mon Jan 6 2014 11:33:06