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