// SPDX-FileCopyrightText: The Eigen Authors // SPDX-License-Identifier: MPL-2.0 Array3d v(8, 27, 64); cout << v.pow(0.333333) << endl;