This commit is contained in:
Gael Guennebaud
2017-02-21 17:10:55 +01:00
parent b0f55ef85a
commit 5c68ba41a8
3 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
Matrix4i m = Matrix4i::Random();
cout << "Here is the matrix m:" << endl << m << endl;
cout << "Here is m.reshape(fix<2>,fix<8>):" << endl << m.reshaped(fix<2>,fix<8>) << endl;
cout << "Here is m.reshaped(fix<2>,fix<8>):" << endl << m.reshaped(fix<2>,fix<8>) << endl;