blob: 9c6876d802f36c90303c1b5ef831e9dd71852f63 [file]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
Array3d v(1, 2, 3);
cout << v - 5 << endl;