// SPDX-FileCopyrightText: The Eigen Authors // SPDX-License-Identifier: MPL-2.0 Array3d v(-3, 5, 0); cout << v.sign() << endl;