DirectionWise_replicate_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.rowwise().replicate(5) = ..." << endl;
00004 cout << v.rowwise().replicate(5) << endl;


libicr
Author(s): Robert Krug
autogenerated on Mon Jan 6 2014 11:32:37