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