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