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