Sign in
eigen
/
mirror
/
44b3287d0c4af752bfde5c37470286ed02ddcd19
/
.
/
doc
/
snippets
/
Cwise_square.cpp
blob: 6fd4226a16acaef2de2ac638fa580b15a86ff88b [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
Array3d
v
(
2
,
3
,
4
);
cout
<<
v
.
square
()
<<
endl
;