tut_arithmetic_transpose_inplace.cpp
Go to the documentation of this file.
00001 MatrixXf a(2,3); a << 1, 2, 3, 4, 5, 6;
00002 cout << "Here is the initial matrix a:\n" << a << endl;
00003 
00004 
00005 a.transposeInPlace();
00006 cout << "and after being transposed:\n" << a << endl;


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:33:27