// SPDX-FileCopyrightText: The Eigen Authors // SPDX-License-Identifier: MPL-2.0 ArrayXd v = ArrayXd::LinSpaced(5, 0, 1); cout << sinh(v) << endl;