Sign in
◑
Theme
eigen
/
mirror
/
caaf4eda227e4e6729f337c5e9a509cb1c05fcfd
/
.
/
doc
/
snippets
/
Cwise_sinh.cpp
blob: 50ea4b3204742d579e07ed2bd5c389eedc62a21e [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
5
,
0
,
1
);
cout
<<
sinh
(
v
)
<<
endl
;