Sign in
eigen
/
mirror
/
63185be8b240ee1a9ef476af2fc06676d3d89fe0
/
.
/
doc
/
snippets
/
MatrixBase_operatorNorm.cpp
blob: 355246f0df4ee38bc1725f9f632dec1b12a95082 [
file
] [
log
] [
blame
]
MatrixXd
ones
=
MatrixXd
::
Ones
(
3
,
3
);
cout
<<
"The operator norm of the 3x3 matrix of ones is "
<<
ones
.
operatorNorm
()
<<
endl
;