source: pacpussensors/trunk/Vislab/lib3dv/eigen/doc/snippets/MatrixBase_array_const.cpp@ 136

Last change on this file since 136 was 136, checked in by ldecherf, 7 years ago

Doc

File size: 234 bytes
Line 
1Vector3d v(-1,2,-3);
2cout << "the absolute values:" << endl << v.array().abs() << endl;
3cout << "the absolute values plus one:" << endl << v.array().abs()+1 << endl;
4cout << "sum of the squares: " << v.array().square().sum() << endl;
Note: See TracBrowser for help on using the repository browser.