MatrixBase_template_int_leftCols.cpp
Go to the documentation of this file.
00001 Array44i a = Array44i::Random();
00002 cout << "Here is the array a:" << endl << a << endl;
00003 cout << "Here is a.leftCols<2>():" << endl;
00004 cout << a.leftCols<2>() << endl;
00005 a.leftCols<2>().setZero();
00006 cout << "Now the array a is:" << endl << a << endl;


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