TopicAliasing_mult3.cpp
Go to the documentation of this file.
00001 MatrixXf matA(2,2); 
00002 matA << 2, 0,  0, 2;
00003 matA.noalias() = matA * matA;
00004 cout << matA;


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