Go to the source code of this file.
◆ main()
Definition at line 6 of file Tutorial_BlockOperations_print_block.cpp.
13 cout <<
"Block in the middle" << endl;
14 cout <<
m.block<2,2>(1,1) << endl << endl;
15 for (
int i = 1;
i <= 3; ++
i)
17 cout <<
"Block of size " <<
i <<
"x" <<
i << endl;
18 cout <<
m.block(0,0,
i,
i) << endl << endl;
The matrix class, also used for vectors and row-vectors.