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