Sign in
eigen
/
mirror
/
2cf9891537250255f50df5109ffe9e700e2a73de
/
.
/
doc
/
snippets
/
Cwise_log10.cpp
blob: bc2b1c310923f43927015e1e468fed493b48ece5 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
Array4d
v
(-
1
,
0
,
1
,
2
);
cout
<<
log10
(
v
)
<<
endl
;