Sign in
◑
Theme
eigen
/
mirror
/
refs/heads/rmlarsen1/gpu-device-attributes
/
.
/
doc
/
snippets
/
Cwise_tanh.cpp
blob: 467da3a63593967a3a438619f441ed41aaec1350 [
file
] [
edit
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
5
,
0
,
1
);
cout
<<
tanh
(
v
)
<<
endl
;