Go to the source code of this file.
◆ main()
Definition at line 4 of file DenseBase_middleRows_int.cpp.
9 std::cout <<
"A =\n" <<
A <<
'\n' << std::endl;
10 std::cout <<
"A(2..3,:) =\n" <<
A.middleRows(2,2) << std::endl;
The matrix class, also used for vectors and row-vectors.