MatrixBase_cwiseInverse.cpp
Go to the documentation of this file.
00001 MatrixXd m(2,3);
00002 m << 2, 0.5, 1,   
00003      3, 0.25, 1;
00004 cout << m.cwiseInverse() << endl;


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