// SPDX-FileCopyrightText: The Eigen Authors // SPDX-License-Identifier: MPL-2.0 Array3d v(2, 3, 4); cout << v.cube() << endl;