committed by
Rasmus Munk Larsen
parent
4b325d6b13
commit
90dfbc054e
@@ -0,0 +1,7 @@
|
||||
// SPDX-FileCopyrightText: The Eigen Authors
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
Matrix2i A = Matrix2i::Random();
|
||||
cout << "Here are the coeffs of the 2x2 matrix A:\n";
|
||||
for (auto x : A.reshaped()) cout << x << " ";
|
||||
cout << "\n";
|
||||
Reference in New Issue
Block a user