Sign in
eigen
/
mirror
/
6f9c2abf31a8f7201edea230f09389c4569291e2
/
.
/
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
;