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;


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