source:
pacpussensors/trunk/Vislab/lib3dv-1.2.0/lib3dv/eigen/doc/snippets/MatrixBase_cast.cpp
Last change on this file was 136, checked in by , 8 years ago | |
---|---|
File size: 119 bytes |
Line | |
---|---|
1 | Matrix2d md = Matrix2d::Identity() * 0.45; |
2 | Matrix2f mf = Matrix2f::Identity(); |
3 | cout << md + mf.cast<double>() << endl; |
Note:
See TracBrowser
for help on using the repository browser.