Go to the source code of this file.
◆ main()
Definition at line 4 of file tut_matrix_coefficient_accessors.cpp.
10 m(1,1) =
m(1,0) +
m(0,1);
11 std::cout <<
"Here is the matrix m:\n" <<
m << std::endl;
15 std::cout <<
"Here is the vector v:\n" <<
v << std::endl;
Array< int, Dynamic, 1 > v
The matrix class, also used for vectors and row-vectors.