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