Initial commit
This commit is contained in:
3
Eigen3/doc/snippets/SelfAdjointView_operatorNorm.cpp
Normal file
3
Eigen3/doc/snippets/SelfAdjointView_operatorNorm.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
MatrixXd ones = MatrixXd::Ones(3,3);
|
||||
cout << "The operator norm of the 3x3 matrix of ones is "
|
||||
<< ones.selfadjointView<Lower>().operatorNorm() << endl;
|
||||
Reference in New Issue
Block a user