blob: 5cc4e8e1a7eb2442e1b41a2cefeb8322224f4542 [file]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
MatrixXf m;
m.setIdentity(3, 3);
cout << m << endl;