blob: 6fd4226a16acaef2de2ac638fa580b15a86ff88b [file]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
Array3d v(2, 3, 4);
cout << v.square() << endl;