Sign in
eigen
/
mirror
/
7e0972963edfa2cd4bcb3be56aa1f6e7cc9293cd
/
.
/
doc
/
snippets
/
MatrixBase_cwiseSqrt.cpp
blob: 3d1a205aefb1f56fdb4b8574ee36049ac15678fa [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
Vector3d
v
(
1
,
2
,
4
);
cout
<<
v
.
cwiseSqrt
()
<<
endl
;