blob: b82e7d6f2d4e597788289057917311ef6927dff7 [file]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
MatrixXd m{{1, 2, 3}, {4, 5, 6}};
cout << m << endl;