Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
cd83f34d3a709d4e89c98a96342b075742816d3f
/
.
/
doc
/
snippets
/
MatrixBase_cwiseAbs2.cpp
blob: 889a2e2ba0d4bb9726cd0b494659ab4015b6a30c [
file
] [
log
] [
blame
]
MatrixXd
m
(
2
,
3
);
m
<<
2
,
-
4
,
6
,
-
5
,
1
,
0
;
cout
<<
m
.
cwiseAbs2
()
<<
endl
;