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

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

Doc

File size: 157 bytes
Line 
1MatrixXd ones = MatrixXd::Ones(3,3);
2cout << "The operator norm of the 3x3 matrix of ones is "
3 << ones.selfadjointView<Lower>().operatorNorm() << endl;
Note: See TracBrowser for help on using the repository browser.