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